README.md
setup.cfg
setup.py
airbyte_source_file.egg-info/PKG-INFO
airbyte_source_file.egg-info/SOURCES.txt
airbyte_source_file.egg-info/dependency_links.txt
airbyte_source_file.egg-info/entry_points.txt
airbyte_source_file.egg-info/requires.txt
airbyte_source_file.egg-info/top_level.txt
integration_tests/__init__.py
integration_tests/acceptance.py
integration_tests/client_storage_providers_test.py
integration_tests/cloud_spec.json
integration_tests/config.json
integration_tests/configured_catalog.json
integration_tests/conftest.py
integration_tests/docker-compose.yml
integration_tests/file_formats_test.py
integration_tests/invalid_config.json
integration_tests/local_config.json
integration_tests/nested_config.json
integration_tests/sample_files/formats/csv/configured_catalog_csv.json
integration_tests/sample_files/formats/excel/configured_catalog_excel_xls.json
integration_tests/sample_files/formats/excel/configured_catalog_excel_xlsx.json
integration_tests/sample_files/formats/feather/configured_catalog_feather.json
integration_tests/sample_files/formats/json/configured_catalog.json
integration_tests/sample_files/formats/json/demo.json
integration_tests/sample_files/formats/orc/configured_catalog_orc.json
integration_tests/sample_files/formats/parquet/configured_catalog_parquet.json
integration_tests/sample_files/formats/yaml/configured_catalog.json
source_file/__init__.py
source_file/client.py
source_file/run.py
source_file/source.py
source_file/spec.json
source_file/utils.py
unit_tests/__init__.py
unit_tests/conftest.py
unit_tests/test_client.py
unit_tests/test_nested_json_schema.py
unit_tests/test_source.py