You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should move towards databricks-sdk for all the api requests. This will make this project more maintainable in the future as we don't need to write the api calls to deploy databricks resources.
First let's merge this #1052
so we can create new branches for moving the different resources. I think best plan of attack is to create new pull requests for each resource, or atleast a seperate commit so we can track easily which have changed.
The text was updated successfully, but these errors were encountered:
List of modules to check off before everything is moved to databricks-sdk. Some of these modules do not have unit tests. For each one that is changed unit tests should be created. Also prefer to have 1 pull request per change. We can tick off as we are getting these done.
We should move towards databricks-sdk for all the api requests. This will make this project more maintainable in the future as we don't need to write the api calls to deploy databricks resources.
First let's merge this
#1052
so we can create new branches for moving the different resources. I think best plan of attack is to create new pull requests for each resource, or atleast a seperate commit so we can track easily which have changed.
The text was updated successfully, but these errors were encountered: