README.md
setup.cfg
setup.py
airbyte_source_braze.egg-info/PKG-INFO
airbyte_source_braze.egg-info/SOURCES.txt
airbyte_source_braze.egg-info/dependency_links.txt
airbyte_source_braze.egg-info/entry_points.txt
airbyte_source_braze.egg-info/requires.txt
airbyte_source_braze.egg-info/top_level.txt
integration_tests/__init__.py
integration_tests/abnormal_state.json
integration_tests/acceptance.py
integration_tests/configured_catalog.json
integration_tests/configured_catalog_incremental.json
integration_tests/invalid_config.json
integration_tests/minimal.json
integration_tests/sample_config.json
integration_tests/sample_state.json
source_braze/__init__.py
source_braze/components.py
source_braze/datetime_incremental_sync.py
source_braze/manifest.yaml
source_braze/run.py
source_braze/source.py
source_braze/spec.yaml
source_braze/transformations.py
source_braze/schemas/campaigns.json
source_braze/schemas/campaigns_analytics.json
source_braze/schemas/campaigns_details.json
source_braze/schemas/canvases.json
source_braze/schemas/canvases_analytics.json
source_braze/schemas/canvases_details.json
source_braze/schemas/cards.json
source_braze/schemas/cards_analytics.json
source_braze/schemas/events.json
source_braze/schemas/events_analytics.json
source_braze/schemas/kpi_daily_active_users.json
source_braze/schemas/kpi_daily_app_uninstalls.json
source_braze/schemas/kpi_daily_new_users.json
source_braze/schemas/segments.json
source_braze/schemas/segments_analytics.json
source_braze/schemas/segments_details.json
unit_tests/__init__.py
unit_tests/test_datetime_incremental_sync.py
unit_tests/test_transformations.py