🎉 Source Salesforce: use latest CDK == ^2 (#41043)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user