Skip to content
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

Replicate recent dockerfile changes into dagger #25653

Merged
merged 8 commits into from
May 4, 2023
Merged

Conversation

edgao
Copy link
Contributor

@edgao edgao commented Apr 27, 2023

closes #25492; relates to #25506

changes sourced from: https://github.com/airbytehq/airbyte/pull/25097/files#diff-ef927a1bde217f45489a1408ed303e9783225cc41482a42db0c13403b7f2b4be + https://github.com/airbytehq/airbyte/pull/25588/files

I ran local syncs with destinations bigquery and postgres, which both behaved as expected. (i.e. normalization ran successfully in bigquery, and postgres didn't try to do anything with normalizatoin)

@edgao edgao marked this pull request as ready for review April 28, 2023 15:59
Copy link
Contributor

@alafanechere alafanechere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 The new logic looks good to me. I suggest to simplify the multiple mappings we have into a single one for readability.

@edgao edgao merged commit ac03566 into master May 4, 2023
@edgao edgao deleted the edgao/dagger_bq branch May 4, 2023 23:23
marcosmarxm pushed a commit to natalia-miinto/airbyte that referenced this pull request Jun 8, 2023
* replicate dockerfile changes

* only add normalization stuff if needed

* also set entrypoint >.>

* fix order of constants

* clean up normalization mappings + fail loudly

* manually install urllib3 1.26.15

* fix declaration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port dockerfile changes into dagger
3 participants