Skip to content

Commit

Permalink
Add better command for generating seed specs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman committed Nov 18, 2021
1 parent fda932d commit 34565c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connector-development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Once you've finished iterating on the changes to a connector as specified in its
* `airbyte-config/init/src/main/resources/seed/source_definitions.yaml` if it is a source
* `airbyte-config/init/src/main/resources/seed/destination_definitions.yaml` if it is a destination.

Then rebuild the platform to generate the seed spec yaml files, and commit the changes to the PR. See [this readme](https://github.com/airbytehq/airbyte/tree/a534bb2a8f29b20e3cc7c52fef1bc3c34783695d/airbyte-config/specs) for more information.
Then run the commend `./gradlew :airbyte-config:init:processResources` to generate the seed spec yaml files, and commit the changes to the PR. See [this readme](https://github.com/airbytehq/airbyte/tree/a534bb2a8f29b20e3cc7c52fef1bc3c34783695d/airbyte-config/specs) for more information.

5. The new version of the connector is now available for everyone who uses it. Thank you!

Expand Down

0 comments on commit 34565c6

Please sign in to comment.