Skip to content

prefect intergration that contains the basics to load data documents to a Google firestore database collection

License

Notifications You must be signed in to change notification settings

adeebdvlpr/prefect-firestore

Repository files navigation

prefect-firestore

PyPI

Visit the full docs here to see additional examples and the API reference.

Prefect-firestore contians that basics needed to connect and load data to a firestore database

Resources

For more tips on how to use tasks and flows in a Collection, check out Using Collections!

Installation

Install prefect-firestore with pip:

pip install prefect-firestore

Requires an installation of Python 3.8+.

We recommend using a Python virtual environment manager such as pipenv, conda or virtualenv.

These tasks are designed to work with Prefect 2.0. For more information about how to use Prefect, please refer to the Prefect documentation.

Feedback

If you encounter any bugs while using prefect-firestore, feel free to open an issue in the prefect-firestore repository.

If you have any questions or issues while using prefect-firestore, you can find help in either the Prefect Discourse forum or the Prefect Slack community.

Feel free to star or watch prefect-firestore for updates too!

Contributing

If you'd like to help contribute to fix an issue or add a feature to prefect-firestore, please propose changes through a pull request from a fork of the repository.

Here are the steps:

  1. Fork the repository
  2. Clone the forked repository
  3. Install the repository and its dependencies:
pip install -e ".[dev]"
  1. Make desired changes
  2. Add tests
  3. Insert an entry to CHANGELOG.md
  4. Install pre-commit to perform quality checks prior to commit:
pre-commit install
  1. git commit, git push, and create a pull request

About

prefect intergration that contains the basics to load data documents to a Google firestore database collection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages