Backport 1.4 onto v1.2 release branch#1542
Merged
Merged
Conversation
* Create non-root user after apt-get Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> * Create user after pip install Signed-off-by: Kevin Su <pingsutw@apache.org> --------- Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Signed-off-by: Kevin Su <pingsutw@apache.org> Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Co-authored-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
* DuckDB integration Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * add sd test and fix import Signed-off-by: Samhita Alla <samhitaalla@Samhitas-MacBook-Pro.local> Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * fix lint error Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * fix lint error Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * list to List Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * lint Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * incorporated suggestions Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * add duckdb to requirements and add gh action to detect doc warnings and errors Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * gh action: python 3.9 Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * docs python 3.8 to 3.9 Signed-off-by: Samhita Alla <aallasamhita@gmail.com> --------- Signed-off-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Samhita Alla <samhitaalla@Samhitas-MacBook-Pro.local> Co-authored-by: Kevin Su <pingsutw@apache.org>
* add string as a valid input Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * isort Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * tests Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * Lint Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> --------- Signed-off-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
…1529) Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
* update configuration docs, fix some docstrings Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com> * update copy Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com> * add config init command Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com> --------- Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
This reverts commit b3ad158. Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
eapolinario
previously approved these changes
Mar 7, 2023
Codecov Report
@@ Coverage Diff @@
## release-v1.2 #1542 +/- ##
===============================================
Coverage ? 69.28%
===============================================
Files ? 314
Lines ? 28785
Branches ? 2733
===============================================
Hits ? 19944
Misses ? 8318
Partials ? 523 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
eapolinario
approved these changes
Mar 8, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull in changes in master from 7a77508 to d4bf234 dropping 45c0110
Also cherry-picking in the first commit from https://github.com/flyteorg/flytekit/pull/1537/commits and resolving merge conflict.
The earlier PR was closed due to branch protection rules on branches named
release-*.