Uh oh!
There was an error while loading. Please reload this page.
Update the lakeflow-pipelines template according to the latest Lakeflow conventions - #3558
Conversation
…he lakeflow-pipelines template
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
10 failing tests:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
pietern
left a comment
There was a problem hiding this comment.
I can't test this end-to-end yet because of the missing pyproject.toml.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Though this is unfortunately inconsistent with the one from Black
Uh oh!
There was an error while loading. Please reload this page.
fjakobs
left a comment
There was a problem hiding this comment.
I'm OK with the proposed changes but let's make sure to address @andersrexdb 's comment.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…ow conventions (#3558) This adds a new version of the `default-python` template. To enable the first integration and evaluation of this template, this first pull request replaces the internal `lakeflow-pipelines` template. Replacing `default-python` will be the next milestone. ## Changes * Update `default-python` to follow the Lakeflow conventions (per-pipeline sources go into `resources/`; shared sources go into (`lib/`) * Adapt this template so it can first be used in place of the `lakeflow-pipelines` template (this required disabling some of the template questions and components) ## Why Lakeflow comes with new conventions that emphasize modularity. This PR represents an initial milestone towards updating the DABs `default-python` template. `default-sql` will follow in a later milestone. ## Tests Existing tests were updated. <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
This adds a new version of the
default-pythontemplate. To enable the first integration and evaluation of this template, this first pull request replaces the internallakeflow-pipelinestemplate. Replacingdefault-pythonwill be the next milestone.Changes
default-pythonto follow the Lakeflow conventions (per-pipeline sources go intoresources/; shared sources go into (lib/)lakeflow-pipelinestemplate (this required disabling some of the template questions and components)Why
Lakeflow comes with new conventions that emphasize modularity. This PR represents an initial milestone towards updating the DABs
default-pythontemplate.default-sqlwill follow in a later milestone.Tests
Existing tests were updated.