-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trigger cloud catalog regeneration on definitions change #19084
Conversation
token: ${{ env.PAT }} | ||
repository: airbytehq/airbyte-cloud | ||
event-type: generate-cloud-catalog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh! this API is much cleaner than it used to be when we had to curl some random api.github.com URL!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't know respository-dispatch
even existed, guess I've never had to trigger workflows across repos. Cool 😄
token: ${{ env.PAT }} | ||
repository: airbytehq/airbyte-cloud | ||
event-type: generate-cloud-catalog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't know respository-dispatch
even existed, guess I've never had to trigger workflows across repos. Cool 😄
What
Trigger the action introduced in https://github.com/airbytehq/airbyte-cloud/pull/3371 whenever the definitions change and the OSS catalog has been successfully uploaded.
close https://github.com/airbytehq/airbyte-cloud/issues/3119
This should not be merged until both https://github.com/airbytehq/airbyte-cloud/pull/3371 and https://github.com/airbytehq/airbyte-cloud/pull/3300 are merged on Cloud.
How
repository-dispatch
action, as is being used innotify-on-push-to-master