Skip to content
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

Provide docs and tools for an opinionated development workflow #45

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

binste
Copy link
Owner

@binste binste commented Dec 25, 2023

Could look something like:

  1. dbt-ibis develop -s stg_customers -> Converts stg_customers.ibis to stg_customers.ibis, unpacking the model function for easier editing and keeping the rest of the code the same
  2. Easy way to turn refs and sources into Ibis tables. Initially, it's probably "bring your own Ibis connection". In a second step, could try to create it based on dbt profiles, at least for simple cases?
  3. Users can then in the notebook interactively run the code and modify the model
  4. Some command to turn it back into an .ibis file.

This PR just contains some first attempts. More to come... Constructive feedback is very welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant