-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(looker): add scaffold for dagster-looker
#21284
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @rexledesma and the rest of your teammates on Graphite |
b56dd91
to
20d9988
Compare
Deploy preview for dagster-docs ready! Preview available at https://dagster-docs-gf2mrbsgl-elementl.vercel.app Direct link to changed pages: |
+1 to adding a scaffold. @rexledesma - any particular aspects of this you're looking for review on? |
20d9988
to
7956a99
Compare
7956a99
to
888873f
Compare
python_modules/libraries/dagster-looker/dagster_looker/version.py
Outdated
Show resolved
Hide resolved
c49ac87
to
3dc04b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
Looker (dagster-looker) | ||
----------------------------------------------------- | ||
|
||
.. TODO description |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth putting off the apidoc addition until we add version.py
so the module is published same time as the docs - otherwise we should fill out a desc here
3dc04b6
to
bfc7894
Compare
## Summary & Motivation As the title. Separating this out from filling out the core business logic. Some things to figure out before landing: - Remove `dagster-looker` from the release pipeline until everything is tested end-to-end. ## How I Tested These Changes `python scripts/create_dagster_package.py -n dagster-looker`
## Summary & Motivation Undo #21284 (comment). ## How I Tested These Changes N/A
## Summary & Motivation Undo #21284 (comment). ## How I Tested These Changes N/A
…1810) ## Summary & Motivation Undo dagster-io#21284 (comment). ## How I Tested These Changes N/A
Summary & Motivation
As the title. Separating this out from filling out the core business logic.
Some things to figure out before landing:
dagster-looker
from the release pipeline until everything is tested end-to-end.How I Tested These Changes
python scripts/create_dagster_package.py -n dagster-looker