kisssam commented on PR #39568:
URL: https://github.com/apache/airflow/pull/39568#issuecomment-2107122252
On testing on a Cloud Composer environment with
`apache-airflow-providers-google==10.18.0rc2`, all other test cases except the
scenario where a task starts with a hyphen fails.
boring-cyborg[bot] commented on PR #39568:
URL: https://github.com/apache/airflow/pull/39568#issuecomment-2106335858
Awesome work, congrats on your first merged pull request! You are invited to
check our [Issue Tracker](https://github.com/apache/airflow/issues) for
additional contributions.
eladkal merged PR #39568:
URL: https://github.com/apache/airflow/pull/39568
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@airflow.
kisssam commented on PR #39568:
URL: https://github.com/apache/airflow/pull/39568#issuecomment-2106273245
> > Setting the regex as `LABEL_REGEX = re.compile(r"^[\w-]{0,63}$")` since
the documentation [1] indicates that label values can start with numbers,
hyphen and underscore as well.
>
shahar1 commented on PR #39568:
URL: https://github.com/apache/airflow/pull/39568#issuecomment-2106263247
> Setting the regex as `LABEL_REGEX = re.compile(r"^[\w-]{0,63}$")` since
the documentation [1] indicates that label values can start with numbers,
hyphen and underscore as well.
>
kisssam commented on PR #39568:
URL: https://github.com/apache/airflow/pull/39568#issuecomment-2106197125
Setting the regex as `LABEL_REGEX = re.compile(r"^[\w-]{0,63}$")` since the
documentation [1] mentioned that label values can start with hyphen and
underscore as well.
[1
boring-cyborg[bot] commented on PR #39568:
URL: https://github.com/apache/airflow/pull/39568#issuecomment-210531
Congratulations on your first Pull Request and welcome to the Apache Airflow
community! If you have any issues or are unsure about any anything please check
our Contributors'
kisssam opened a new pull request, #39568:
URL: https://github.com/apache/airflow/pull/39568
---
This updates the label value validation logic for BigQuery label values as
documented in the [public
documentation](https://cloud.google.com/bigquery/docs/labels-intro#req