CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
llms.txt
pyproject.toml
docs/authentication.md
docs/cli.md
docs/faq.md
docs/getting-started.md
docs/index.md
docs/intelligent_sync_guide.md
docs/merge.md
docs/python-api.md
docs/reverse-etl.md
examples/headless_sync.py
examples/merge_duplicate_accounts.sql
examples/reverse_etl_account_scores.sql
examples/sync_core_objects.py
src/lht/__init__.py
src/lht/__main__.py
src/lht/exceptions.py
src/lht.egg-info/PKG-INFO
src/lht.egg-info/SOURCES.txt
src/lht.egg-info/dependency_links.txt
src/lht.egg-info/entry_points.txt
src/lht.egg-info/requires.txt
src/lht.egg-info/top_level.txt
src/lht/cli/__init__.py
src/lht/cli/commands/__init__.py
src/lht/cli/commands/connect.py
src/lht/cli/commands/create_connection.py
src/lht/cli/commands/delete_job.py
src/lht/cli/commands/edit_connection.py
src/lht/cli/commands/get_job_results.py
src/lht/cli/commands/list_connections.py
src/lht/cli/commands/list_jobs.py
src/lht/cli/commands/merge.py
src/lht/cli/commands/retl.py
src/lht/cli/commands/set_primary.py
src/lht/cli/commands/show_job.py
src/lht/cli/commands/sync_sobject.py
src/lht/salesforce/__init__.py
src/lht/salesforce/ingest_bapi20.py
src/lht/salesforce/intelligent_sync.py
src/lht/salesforce/jobs.py
src/lht/salesforce/merge.py
src/lht/salesforce/query_bapi20.py
src/lht/salesforce/results_bapi.py
src/lht/salesforce/retl.py
src/lht/salesforce/sobject_create.py
src/lht/salesforce/sobject_query.py
src/lht/salesforce/sobject_sync.py
src/lht/salesforce/sobjects.py
src/lht/sflake/query.py
src/lht/user/__init__.py
src/lht/user/auth.py
src/lht/user/salesforce_auth.py
src/lht/user/connections/__init__.py
src/lht/user/connections/manager.py
src/lht/util/__init__.py
src/lht/util/csv.py
src/lht/util/data_writer.py
src/lht/util/field_types.py
src/lht/util/file.py
src/lht/util/http.py
src/lht/util/log_retl.py
src/lht/util/merge.py
src/lht/util/soql_query.py
src/lht/util/sql.py
src/lht/util/stage.py
src/lht/util/table_creator.py
tests/README.md
tests/integration/README.md
tests/integration/cleanup_test_records.py
tests/integration/config.example.toml
tests/integration/conftest.py
tests/integration/discover_fields.py
tests/integration/lht_common.py
tests/integration/test_sync_scenario.py
tests/unit/test_bulk_csv_encoding.py
tests/unit/test_connections.py
tests/unit/test_field_types.py
tests/unit/test_merge.py
tests/unit/test_merge_records.py
tests/unit/test_retl.py
tests/unit/test_salesforce_auth.py
tests/unit/test_sql.py