-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template for Data Pipelines #253
Comments
Creation of a clean base template for developers creating a new data pipeline, under https://github.com/os-climate/data-pipeline-template. The template should have the base structure for data, metadata and quality tests ingestion (via DBT and great_expectations integration with OpenMetadata). |
Quick note that the python version should be at least 3.9, not 3.8 (as stated in Pipfile). There are several other minimum versions we should stipulate. See #234. Of course this requires wiring up JupyterHub environments that support Python 3.9 as a base, not 3.8. |
Template has been completed for extraction / load / transform. Remaining to be tested is integration with OpenMetadata which is now failing due to integration with Airflow Managed APIs. Will proceed to close this issue and open new issues for additional work. |
No description provided.
The text was updated successfully, but these errors were encountered: