Created
October 19, 2021 17:23
-
-
Save r-ryantm/26cca2e1811df51a300106b2acf74868 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/5286fs9wszvnxigl5y0ncg0kw7803j8x-python3.8-databricks-cli-0.16.0 | |
├── bin | |
│ ├── databricks | |
│ └── dbfs | |
├── lib | |
│ └── python3.8 | |
│ └── site-packages | |
│ ├── databricks_cli | |
│ │ ├── click_types.py | |
│ │ ├── cli.py | |
│ │ ├── cluster_policies | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── clusters | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── configure | |
│ │ │ ├── cli.py | |
│ │ │ ├── config.py | |
│ │ │ ├── __init__.py | |
│ │ │ ├── provider.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ ├── config.cpython-38.pyc | |
│ │ │ ├── __init__.cpython-38.pyc | |
│ │ │ └── provider.cpython-38.pyc | |
│ │ ├── dbfs | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── dbfs_path.py | |
│ │ │ ├── exceptions.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ ├── dbfs_path.cpython-38.pyc | |
│ │ │ ├── exceptions.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── groups | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── __init__.py | |
│ │ ├── instance_pools | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── jobs | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── libraries | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── pipelines | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── __pycache__ | |
│ │ │ ├── click_types.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ ├── __init__.cpython-38.pyc | |
│ │ │ ├── utils.cpython-38.pyc | |
│ │ │ └── version.cpython-38.pyc | |
│ │ ├── repos | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── runs | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── sdk | |
│ │ │ ├── api_client.py | |
│ │ │ ├── __init__.py | |
│ │ │ ├── __pycache__ | |
│ │ │ │ ├── api_client.cpython-38.pyc | |
│ │ │ │ ├── __init__.cpython-38.pyc | |
│ │ │ │ ├── service.cpython-38.pyc | |
│ │ │ │ └── version.cpython-38.pyc | |
│ │ │ ├── service.py | |
│ │ │ └── version.py | |
│ │ ├── secrets | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── stack | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── exceptions.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ ├── exceptions.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── tokens | |
│ │ │ ├── api.py | |
│ │ │ ├── cli.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ └── __init__.cpython-38.pyc | |
│ │ ├── utils.py | |
│ │ ├── version.py | |
│ │ └── workspace | |
│ │ ├── api.py | |
│ │ ├── cli.py | |
│ │ ├── __init__.py | |
│ │ ├── __pycache__ | |
│ │ │ ├── api.cpython-38.pyc | |
│ │ │ ├── cli.cpython-38.pyc | |
│ │ │ ├── __init__.cpython-38.pyc | |
│ │ │ └── types.cpython-38.pyc | |
│ │ └── types.py | |
│ ├── databricks_cli-0.16.0.dist-info | |
│ │ ├── direct_url.json | |
│ │ ├── entry_points.txt | |
│ │ ├── INSTALLER | |
│ │ ├── METADATA | |
│ │ ├── RECORD | |
│ │ ├── REQUESTED | |
│ │ ├── top_level.txt | |
│ │ └── WHEEL | |
│ └── integration | |
│ ├── conftest.py | |
│ ├── dbfs | |
│ │ ├── __init__.py | |
│ │ ├── __pycache__ | |
│ │ │ ├── __init__.cpython-38.pyc | |
│ │ │ └── test_integration.cpython-38.pyc | |
│ │ └── test_integration.py | |
│ ├── __init__.py | |
│ ├── __pycache__ | |
│ │ ├── conftest.cpython-38.pyc | |
│ │ └── __init__.cpython-38.pyc | |
│ └── workspace | |
│ ├── __init__.py | |
│ ├── __pycache__ | |
│ │ ├── __init__.cpython-38.pyc | |
│ │ └── test_integration.cpython-38.pyc | |
│ └── test_integration.py | |
└── nix-support | |
└── propagated-build-inputs | |
46 directories, 141 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment