databricks-sync
databricks-sync copied to clipboard
An experimental tool to synchronize source Databricks deployment with a target Databricks deployment.
I have this export command: TF_VAR_CLOUD=azure TF_VAR_PASSIVE=True GIT_PYTHON_TRACE=full databricks-sync -v debug import --profile DEFAULT -l https://github.com/karanoza-god/testing.git --artifact-dir /home/karanoza --plan --skip-refresh --debug When I run this I got this error: 2024-01-22...
It's throwing errors while installing databricks-sync so we need to use pyyaml=6.0 according to me.
Signed-off-by: Sriharsha Tikkireddy
Resolves #122
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.11 to 3.1.32. Release notes Sourced from gitpython's releases. v3.1.32 - with another security update What's Changed Bump cygwin/cygwin-install-action from 3 to 4 by @dependabot in gitpython-developers/GitPython#1572...
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.3.3. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0...
I am running a dbsync export. It runs for a while and seems to function but fails after it processes the Databricks user accounts: `2023-04-25 10:55:45 [INFO] Writing to path...
2023-02-13 18:20:49 [INFO] Run Id: cd40dac9-d9d9-4f12-b887-5078f4729f3c 2023-02-13 18:20:49 [INFO] Run Summary: 2023-02-13 18:20:49 [INFO] ============ 2023-02-13 18:20:49 [INFO] ╒════╤═════════════════════╤════════════════════╤═════════════════╤══════════════════════╤═══════════════════╕ │ │ object_type │ export_succeeded │ export_failed │ validate_succeeded │ validate_failed...