You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-rss/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ poetry install --with dev
25
25
**If you are a community contributor**, follow the instructions in the [documentation](https://docs.airbyte.com/integrations/sources/rss)
26
26
to generate the necessary credentials. Then create a file `secrets/config.json` conforming to the `src/source_rss/spec.yaml` file.
27
27
Note that any directory named `secrets` is gitignored across the entire Airbyte repo, so there is no danger of accidentally checking in sensitive information.
28
-
See `sample_files/sample_config.json` for a sample config file.
28
+
See `integration_tests/sample_config.json` for a sample config file.
29
29
30
30
31
31
### Locally running the connector
@@ -34,7 +34,7 @@ See `sample_files/sample_config.json` for a sample config file.
34
34
poetry run source-rss spec
35
35
poetry run source-rss check --config secrets/config.json
36
36
poetry run source-rss discover --config secrets/config.json
37
-
poetry run source-rss read --config secrets/config.json --catalog sample_files/configured_catalog.json
37
+
poetry run source-rss read --config secrets/config.json --catalog integration_tests/configured_catalog.json
38
38
```
39
39
40
40
### Running tests
@@ -100,4 +100,4 @@ You've checked out the repo, implemented a million dollar feature, and you're re
100
100
5. Create a Pull Request: use [our PR naming conventions](https://docs.airbyte.com/contributing-to-airbyte/resources/pull-requests-handbook/#pull-request-title-convention).
101
101
6. Pat yourself on the back for being an awesome contributor.
102
102
7. Someone from Airbyte will take a look at your PR and iterate with you to merge it into master.
103
-
8. Once your PR is merged, the new version of the connector will be automatically published to Docker Hub and our connector registry.
103
+
8. Once your PR is merged, the new version of the connector will be automatically published to Docker Hub and our connector registry.
Copy file name to clipboardExpand all lines: docs/integrations/sources/rss-migrations.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# RSS Migration Guide
1
+
# Rss Migration Guide
2
2
3
3
## Upgrading to 1.0.0
4
4
We're continuously striving to enhance the quality and reliability of our connectors at Airbyte.
@@ -18,4 +18,4 @@ Clearing your data is required for the affected streams in order to continue syn
18
18
1. Ensure the **Clear affected streams** option is checked to ensure your streams continue syncing successfully with the new schema.
19
19
4. Select **Save connection**.
20
20
21
-
This will clear the data in your destination for the subset of streams with schema changes. After the clear succeeds, trigger a sync by clicking **Sync Now**. For more information on clearing your data in Airbyte, see [this page](https://docs.airbyte.com/operator-guides/reset).
21
+
This will clear the data in your destination for the subset of streams with schema changes. After the clear succeeds, trigger a sync by clicking **Sync Now**. For more information on clearing your data in Airbyte, see [this page](https://docs.airbyte.com/operator-guides/reset).
0 commit comments