-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
11815 New github action to test projects that depend on the project being changed #15783
Conversation
NOTE
|
NOTE: I'll remove this change https://github.com/airbytehq/airbyte/pull/15783/files#diff-76d8a8b5d7069ee4ae2863e3e5db859b33d5e099ed367e958ace9ad8e0be0d55R54 |
...tination-gcs/src/main/java/io/airbyte/integrations/destination/gcs/GcsStorageOperations.java
Outdated
Show resolved
Hide resolved
NOTE
|
I did update for this one. So now it works in this way:
Check 1Here I made changes in destination-gcs -> destination-snowflake, destination-bigquery-denormalized, destination-gcs, destination-bigquery Check 2Script found 40 dependencies if I'll change |
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.
Great job! This is going to be so useful!
…eing changed (#15783) * 11815 New github action to test projects that depend on the project being changed
What
New github action to test projects that depend on the project being changed
How
/airbyte-integrations/connectors/src/main/
or it'sbuild.gradle
file was updated/airbyte-integrations/connectors/
directory and parse thebuild.gradle
files to see if a connector depends on the updated connector.For example:
Recommended reading order
x.java
y.python
🚨 User Impact 🚨
No user impact