1
0
mirror of synced 2025-12-23 21:03:15 -05:00

🎉 Source Salesforce: use latest CDK == ^2 (#41043)

This commit is contained in:
Baz
2024-07-08 22:48:01 +03:00
committed by GitHub
parent 26f2c01347
commit a4d77f8c98
9 changed files with 156 additions and 80 deletions

View File

@@ -23,7 +23,7 @@ poetry install --with dev
**If you are a community contributor**, follow the instructions in the [documentation](https://docs.airbyte.com/integrations/sources/salesforce)
to generate the necessary credentials. Then create a file `secrets/config.json` conforming to the `source_salesforce/spec.yaml` file.
Note that any directory named `secrets` is gitignored across the entire Airbyte repo, so there is no danger of accidentally checking in sensitive information.
See `sample_files/sample_config.json` for a sample config file.
See `integration_tests/sample_config.json` for a sample config file.
### Locally running the connector
@@ -31,7 +31,7 @@ See `sample_files/sample_config.json` for a sample config file.
poetry run source-salesforce spec
poetry run source-salesforce check --config secrets/config.json
poetry run source-salesforce discover --config secrets/config.json
poetry run source-salesforce read --config secrets/config.json --catalog sample_files/configured_catalog.json
poetry run source-salesforce read --config secrets/config.json --catalog integration_tests/configured_catalog.json
```
### Running unit tests