Nike-Inc / brickflow

Pythonic Programming Framework to orchestrate jobs in Databricks Workflow
https://engineering.nike.com/brickflow/
Apache License 2.0
183 stars 39 forks source link

[FEATURE] Migrate from environment fields to targets field #79

Closed stikkireddy closed 7 months ago

stikkireddy commented 8 months ago

Is your feature request related to a problem? Please describe. Bundles have renamed experiments to targets. This needs to be done to avoid issues in the future with bundles. This requires changes on the auto bundle creation.

It will go from:

environments:
  test-project-dev:
....

to

targets:
  test-project-dev:
....
stikkireddy commented 8 months ago

this can be done along with #77