Skip to content

feat(maint_tools): Add bigquery extra to flyteplugins connector#334

Merged
kumare3 merged 1 commit intomainfrom
fix-connecotr-ci
Nov 19, 2025
Merged

feat(maint_tools): Add bigquery extra to flyteplugins connector#334
kumare3 merged 1 commit intomainfrom
fix-connecotr-ci

Conversation

@pingsutw
Copy link
Member

No description provided.

Signed-off-by: Kevin Su <pingsutw@apache.org>
)
else:
default_image = Image.from_debian_base(registry=registry, name=name).with_pip_packages(
"flyteplugins-connectors", pre=True, extra_args="--all-extras"
Copy link
Member Author

Choose a reason for hiding this comment

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

all-extras only works with pyproject.toml locally

else:
default_image = Image.from_debian_base(registry=registry, name=name).with_pip_packages(
"flyteplugins-connectors", pre=True, extra_args="--all-extras"
"flyteplugins-connectors[bigquery]", pre=True
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are all connectors in one package? Why are we not creating one package per connector. This will Become a maintenance nightmare

@pingsutw pingsutw marked this pull request as draft November 12, 2025 18:15
@kumare3 kumare3 marked this pull request as ready for review November 19, 2025 00:14
@kumare3 kumare3 merged commit f97a644 into main Nov 19, 2025
33 checks passed
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.

2 participants