Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 883 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 883 Bytes

fal

fal is A meltano utility extension for fal that wraps the fal command.

Installing this extension for local development

  1. Install the project dependencies with poetry install:
cd path/to/your/project
poetry install
  1. Verify that you can invoke the extension:
poetry run fal_extension --help
poetry run fal_extension describe --format=yaml
poetry run fal_invoker --help # if you have are wrapping another tool

Template updates

This project was generated with copier from the Meltano EDK template. Answers to the questions asked during the generation process are stored in the .copier_answers.yml file.

Removing this file can potentially cause unwanted changes to the project if the supplied answers differ from the original when using copier update.