Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 14, 2020 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/64f132363a14c3be033cc0088a554596 to your computer and use it in GitHub Desktop.
Save r-ryantm/64f132363a14c3be033cc0088a554596 to your computer and use it in GitHub Desktop.
/nix/store/4av4h9mhpkj4k9b725iw8kvsm2r09g6i-python3.7-azure-synapse-spark-0.4.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── synapse
│   │   └── spark
│   │   ├── aio
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _spark_batch_operations.cpython-37.pyc
│   │   │   │   │   └── _spark_session_operations.cpython-37.pyc
│   │   │   │   ├── _spark_batch_operations.py
│   │   │   │   └── _spark_session_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _spark_client.cpython-37.pyc
│   │   │   └── _spark_client.py
│   │   ├── _configuration.py
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── __init__.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _spark_client_enums.cpython-37.pyc
│   │   │   └── _spark_client_enums.py
│   │   ├── operations
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _spark_batch_operations.cpython-37.pyc
│   │   │   │   └── _spark_session_operations.cpython-37.pyc
│   │   │   ├── _spark_batch_operations.py
│   │   │   └── _spark_session_operations.py
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _spark_client.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── _spark_client.py
│   │   └── _version.py
│   └── azure_synapse_spark-0.4.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
17 directories, 42 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment