-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(looker): add
dagster-looker
to release pipeline (#21810)
## Summary & Motivation Undo #21284 (comment). ## How I Tested These Changes N/A
- Loading branch information
1 parent
c6536b3
commit 466f168
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
python_modules/libraries/dagster-looker/dagster_looker/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
from dagster._core.libraries import DagsterLibraryRegistry | ||
|
||
# Move back to version.py and edit setup.py once we are ready to publish. | ||
__version__ = "1!0+dev" | ||
|
||
from .version import __version__ as __version__ | ||
|
||
DagsterLibraryRegistry.register("dagster-looker", __version__) |
1 change: 1 addition & 0 deletions
1
python_modules/libraries/dagster-looker/dagster_looker/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__version__ = "1!0+dev" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters