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] Update the environement flag to target as it will be deprecated #71

Closed asingamaneni closed 7 months ago

asingamaneni commented 9 months ago

Is your feature request related to a problem? Please describe. Got a warning that the -e flag will be deprecated and should switch to --target or -t. Need to make changes to reflect this for the higher versions

Cloud Information

Describe the solution you'd like For the higher versions, --target would be used and --env would still be supported for the older versions. It should effect any user experience with the newer version

Describe alternatives you've considered NA

Additional context image

asingamaneni commented 7 months ago

This was implemented as part of #80