hooli-data-eng-pipelines
hooli-data-eng-pipelines copied to clipboard
Example Dagster Cloud code for the Hooli Data Engineering organization.
This PR introduces a way to separate the python packages you need vs. the pinned dependencies. ## The motivating factors to adopt this: * we can control when we upgrade...
from the README: > NOTE: if you are running Sling locally, there is currently an error message if you already have a duckdb database set up the first time you...
Example here: https://github.com/dagster-io/dagster-open-platform/tree/main
this PR: * makes a change to a model * adds a new model * makes a change to a source this is to help showcase the power of diff...
- [x] Remove dbt2 - [ ] Remove DBT_PROFILES_DIR. Just place the profiles.yml in the root dbt project directory - [ ] Link resources to creating the manifest at build...
Add an example that uses: https://hooli-airbyte.purina.elementl.dev/ One consideration with this example is deciding how to include it such that the repository still runs locally with minimal dependencies. It may also...
example in local (duckdb) 🎉
Updating the Sling demo to the new APIs. Summary of updates: - added replication python config - updated SlingResource to use SlingConnectionResource instead of SlingSourceConnection/SlingTargetConnection (soon to be deprecated) -...
Demonstrates creating a column-level lineage based on a source asset using the example from the docs.