-
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
[dagster-powerbi] Use Power BI translator instance in spec loader and state-backed defs #26734
base: maxime/move-translator-context-to-translator-props-class-powerbi
Are you sure you want to change the base?
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploy preview for dagster-docs ready! Preview available at https://dagster-docs-c5h1z8kf0-elementl.vercel.app Direct link to changed pages: |
bfdc3dc
to
5d6da04
Compare
2274f29
to
45cdd38
Compare
22ccf98
to
adf4154
Compare
45cdd38
to
cc5f8b4
Compare
adf4154
to
88115b1
Compare
cc5f8b4
to
d3cd3cc
Compare
Summary & Motivation
Updates
load_powerbi_asset_specs()
and state-backed definitions to accept an instance ofDagsterPowerBITranslator
.See #26133 for more details about the motivation.
How I Tested These Changes
BK
Changelog
[dagster-powerbi]
load_powerbi_asset_specs
is updated to accept an instance ofDagsterPowerBITranslator
or custom subclass.