This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch add-andrey
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
omit 7664dc1a47 Add Andrey as committer
add 8189ecbbba Add Andrey as committer
This update added new revisi
This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch add-andrey
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
omit 570c2b30c0 Add Andrey as committer
add 7664dc1a47 Add Andrey as committer
This update added new revisi
potiuk opened a new pull request, #28050:
URL: https://github.com/apache/airflow/pull/28050
---
**^ Add meaningful description above**
Read the **[Pull Request
Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)**
for more info
potiuk commented on PR #691:
URL: https://github.com/apache/airflow-site/pull/691#issuecomment-1334860868
cc: @taragolis - let's see if you can already approve it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch add-andrey
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 570c2b30c07f534ab2f8dedbe68d9e7cdcc018ef
Author: Jarek Potiuk
AuthorDate: Fri Dec 2 08:34:43 2022 +0100
A
This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch add-andrey
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
at 570c2b30c0 Add Andrey as committer
This branch includes the following new commits:
new 570c2b30c0 Add
dstandish commented on code in PR #28047:
URL: https://github.com/apache/airflow/pull/28047#discussion_r1037857487
##
airflow/executors/kubernetes_executor.py:
##
@@ -288,15 +294,33 @@ def _make_kube_watcher(self) -> KubernetesJobWatcher:
watcher.start()
return
dstandish commented on code in PR #28047:
URL: https://github.com/apache/airflow/pull/28047#discussion_r1037854334
##
airflow/executors/kubernetes_executor.py:
##
@@ -66,7 +67,7 @@ class ResourceVersion:
"""Singleton for tracking resourceVersion from Kubernetes"""
_i
dstandish opened a new pull request, #28049:
URL: https://github.com/apache/airflow/pull/28049
Not used, so think we can remove it.
--
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 co
Taragolis commented on issue #28026:
URL: https://github.com/apache/airflow/issues/28026#issuecomment-1334830090
This more refers to LDAP protocol and its implementation rather than Airflow
itself
- Is this MS Active Directory or OpenLDAP
- How it actually implemented in python:
https
MatrixManAtYrService opened a new issue, #28048:
URL: https://github.com/apache/airflow/issues/28048
### Apache Airflow version
main (development)
### What happened
Here's a dag, and an exception from its task logs, as generate from 2.5.0
(as of e2455d870056391eed13e32e2
Taragolis commented on code in PR #28039:
URL: https://github.com/apache/airflow/pull/28039#discussion_r1037832131
##
tests/providers/amazon/aws/hooks/test_emr_containers.py:
##
@@ -110,7 +109,9 @@ def test_query_status_polling_with_timeout(self,
mock_session):
mock_se
Taragolis commented on code in PR #28039:
URL: https://github.com/apache/airflow/pull/28039#discussion_r1037814650
##
tests/providers/amazon/aws/hooks/test_batch_client.py:
##
@@ -299,16 +300,17 @@ def test_job_splunk_logs(self):
}
]
}
-
johnwarburton commented on issue #27399:
URL: https://github.com/apache/airflow/issues/27399#issuecomment-1334760796
Hi @RNHTTR - no, I am waiting to see if there is a fix in the milestones
`CronTriggerTimetable` must have a timezone attached:
```
| timetable=CronTriggerTi
XD-DENG commented on PR #28047:
URL: https://github.com/apache/airflow/pull/28047#issuecomment-1334704956
Hi @potiuk and @ferruzzi tagging you both, to follow up [our earlier
discussion in the mail
list](https://lists.apache.org/thread/xxsppw7qwvky78l6nx41vlz593gj4zqb).
--
This is an aut
XD-DENG opened a new pull request, #28047:
URL: https://github.com/apache/airflow/pull/28047
Currently `KubernetesExecutor`'s `multi_namespace_mode` requires the
Scheduler to have cluster-scope role on the Kubernetes Cluster, because it's
using function `list_pod_for_all_namespaces()`.
HwiLu commented on issue #28026:
URL: https://github.com/apache/airflow/issues/28026#issuecomment-1334687100
It still shows the same error
```
192.168.208.171 - - [02/Dec/2022:10:26:50 +0800] "GET /static/pin_32.png
HTTP/1.1" 304 0 "http://hadoop-180-91:8086/login/"; "Mozilla/5.0 (Win
vandonr-amz commented on PR #28039:
URL: https://github.com/apache/airflow/pull/28039#issuecomment-1334671366
> > nice. I noticed that on some `setup_method`s you added the optional
`method` parameter without using it, while you skipped it on others. I think
it'd be best to omit it wherever
o-nikolas opened a new pull request, #28046:
URL: https://github.com/apache/airflow/pull/28046
When running these tests in AWS we often come close to the default of pod
start timeout of 120 seconds and every now and then we breach that limit (see
screenshot below). Increasing the timeout to
boring-cyborg[bot] commented on issue #28045:
URL: https://github.com/apache/airflow/issues/28045#issuecomment-1334613416
Thanks for opening your first issue here! Be sure to follow the issue
template!
--
This is an automated message from the Apache Git Service.
To respond to the mess
github-sang opened a new issue, #28045:
URL: https://github.com/apache/airflow/issues/28045
### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
apache-airflow-providers-google 8.4.0
### Apache Airflow version
airfl
dstandish commented on PR #28019:
URL: https://github.com/apache/airflow/pull/28019#issuecomment-1334608169
> we want to use assert for if TYPE_CHECKING when we want to get rid of mypy
warning that None has no property etc
Yes, and by my reading, it appears that's exactly what these a
jedcunningham commented on code in PR #28034:
URL: https://github.com/apache/airflow/pull/28034#discussion_r1037668526
##
chart/templates/statsd/statsd-deployment.yaml:
##
@@ -115,6 +115,10 @@ spec:
- name: config
mountPath: /etc/statsd-exporter/mappi
Taragolis closed pull request #28039: Migrate amazon provider hooks tests from
`unittests` to `pytest`
URL: https://github.com/apache/airflow/pull/28039
--
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
Taragolis commented on PR #28039:
URL: https://github.com/apache/airflow/pull/28039#issuecomment-1334568914
> nice. I noticed that on some `setup_method`s you added the optional
`method` parameter without using it, while you skipped it on others. I think
it'd be best to omit it wherever pos
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch constraints-main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/constraints-main by this push:
new 2ad12f81ad Updating con
potiuk commented on PR #28019:
URL: https://github.com/apache/airflow/pull/28019#issuecomment-1334545117
> OK -- I updated to use the `if TYPE_CHECKING` style
I think this is misunderstanding. This "if TYPE_CHECKING" is not something
that you should add. There are specific places wher
italovinicius18 commented on issue #28023:
URL: https://github.com/apache/airflow/issues/28023#issuecomment-1334537305
I know now, that the syntax needs to be the same of protobuf protocol, but I
found the same error:
ValueError: Protocol message GceClusterConfig has no
"shielded_ins
potiuk closed issue #28043: Scheduler keeps dying - Killing
DAGFileProcessorProcess
URL: https://github.com/apache/airflow/issues/28043
--
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 c
potiuk commented on issue #27976:
URL: https://github.com/apache/airflow/issues/27976#issuecomment-1334531255
@mag3141592 - can you please check if 4.0.2rc1 solves the problem and report
it in https://github.com/apache/airflow/issues/28036
--
This is an automated message from the Apache G
potiuk commented on issue #28036:
URL: https://github.com/apache/airflow/issues/28036#issuecomment-1334529582
# 27997 #28006 checked by @park-peter
https://github.com/apache/airflow/issues/27978#issuecomment-1334408599
--
This is an automated message from the Apache Git Service.
To respon
vandonr-amz commented on code in PR #28039:
URL: https://github.com/apache/airflow/pull/28039#discussion_r1037610212
##
tests/providers/amazon/aws/hooks/test_glue_crawler.py:
##
@@ -83,18 +82,17 @@
}
-class TestGlueCrawlerHook(unittest.TestCase):
-@classmethod
-def
dimon222 commented on issue #8212:
URL: https://github.com/apache/airflow/issues/8212#issuecomment-1334519505
Only got to test patches now. I'm on 2.4.3
1. --preload doesn't help
2. Monkey patching of default settings.py still works with new minor
adjustment - new annotation import hav
This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 7f0332de2d Enhance chart to allow over-riding command-line args to
statsd exporter (#28041)
add e2455d8700 Auto
bbovenzi merged PR #27805:
URL: https://github.com/apache/airflow/pull/27805
--
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
boring-cyborg[bot] commented on PR #27805:
URL: https://github.com/apache/airflow/pull/27805#issuecomment-1334504199
Awesome work, congrats on your first merged pull request!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
bbovenzi closed issue #27714: Re-use recent DagRun JSON-configurations
URL: https://github.com/apache/airflow/issues/27714
--
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 un
ferruzzi commented on code in PR #28039:
URL: https://github.com/apache/airflow/pull/28039#discussion_r1037535947
##
tests/providers/amazon/aws/hooks/test_glacier.py:
##
@@ -47,25 +47,21 @@ def test_retrieve_inventory_should_return_job_id(self,
mock_conn):
assert job_i
dstandish commented on code in PR #28019:
URL: https://github.com/apache/airflow/pull/28019#discussion_r1037587532
##
airflow/executors/base_executor.py:
##
@@ -33,8 +33,6 @@
PARALLELISM: int = conf.getint("core", "PARALLELISM")
-NOT_STARTED_MESSAGE = "The executor should b
jedcunningham commented on PR #28041:
URL: https://github.com/apache/airflow/pull/28041#issuecomment-1334453147
Thanks @rob-1126! Congrats on your first commit 🎉
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 7f0332de2d Enhance chart to allow over-ridin
boring-cyborg[bot] commented on PR #28041:
URL: https://github.com/apache/airflow/pull/28041#issuecomment-1334452547
Awesome work, congrats on your first merged pull request!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
jedcunningham merged PR #28041:
URL: https://github.com/apache/airflow/pull/28041
--
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...@ai
jedcunningham commented on PR #28041:
URL: https://github.com/apache/airflow/pull/28041#issuecomment-1334452314
Merging, sqlite tests failure is unrelated (and flaky).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
dstandish commented on PR #28019:
URL: https://github.com/apache/airflow/pull/28019#issuecomment-1334451150
OK -- I updated to use the `if TYPE_CHECKING` style
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
shubham22 commented on code in PR #27823:
URL: https://github.com/apache/airflow/pull/27823#discussion_r103755
##
airflow/providers/amazon/aws/hooks/base_aws.py:
##
@@ -25,9 +25,13 @@
from __future__ import annotations
Review Comment:
I confirmed with the managed serv
ferruzzi commented on code in PR #28039:
URL: https://github.com/apache/airflow/pull/28039#discussion_r1037539606
##
tests/providers/amazon/aws/hooks/test_glue_crawler.py:
##
@@ -83,18 +82,17 @@
}
-class TestGlueCrawlerHook(unittest.TestCase):
-@classmethod
-def set
boring-cyborg[bot] commented on issue #28043:
URL: https://github.com/apache/airflow/issues/28043#issuecomment-1334415036
Thanks for opening your first issue here! Be sure to follow the issue
template!
--
This is an automated message from the Apache Git Service.
To respond to the mess
gabrielboehme opened a new issue, #28043:
URL: https://github.com/apache/airflow/issues/28043
### Apache Airflow version
2.4.3
### What happened
I'm running airflow on Docker (inside Windows WSL2) with Celery Executor.
Suddenly, from one day to another, my airflow schedu
park-peter commented on issue #27978:
URL: https://github.com/apache/airflow/issues/27978#issuecomment-1334408599
@potiuk with snowflake 4.0.2rc1 and common-sql 1.3.1, I can confirm that
things look good!
--
This is an automated message from the Apache Git Service.
To respond to the messa
jh242 commented on PR #27805:
URL: https://github.com/apache/airflow/pull/27805#issuecomment-1334353906
updated our branch to be up-to-date with airflow. Thanks again @bbovenzi
@pierrejeambrun :D
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
ferruzzi commented on PR #28039:
URL: https://github.com/apache/airflow/pull/28039#issuecomment-1334330677
That's awesome. I was literally looking at this earlier this week and have
some local code where I started working on it. :+1: Will review ASAP
--
This is an automated message fro
p-madduri opened a new issue, #28042:
URL: https://github.com/apache/airflow/issues/28042
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
https://github.com/apache/airflow/blob/430e930902792fc37cdd2c517783f7dd544fbebf/airflow/p
boring-cyborg[bot] commented on issue #28042:
URL: https://github.com/apache/airflow/issues/28042#issuecomment-1334258640
Thanks for opening your first issue here! Be sure to follow the issue
template!
--
This is an automated message from the Apache Git Service.
To respond to the mess
rob-1126 opened a new pull request, #28041:
URL: https://github.com/apache/airflow/pull/28041
Add a new configurable option (statsd.args) to the helm chart to allow args
on the statsd-exporter container to be over-ridden in the same manner as the
args on other containers.
--
This is
boring-cyborg[bot] commented on PR #28041:
URL: https://github.com/apache/airflow/pull/28041#issuecomment-1334231497
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 Contribution
Taragolis commented on code in PR #28040:
URL: https://github.com/apache/airflow/pull/28040#discussion_r1037451071
##
tests/providers/google/cloud/utils/test_credentials_provider.py:
##
@@ -131,35 +128,21 @@ def test_provide_gcp_conn_and_credentials(self,
mock_builder):
Taragolis opened a new pull request, #28040:
URL: https://github.com/apache/airflow/pull/28040
Migrate google cloud provider's utils and secret backend tests to `pytest`.
All changes are more or less straightforward:
- Get rid of `unittests.TestCase` class and **TestCase.assert*** m
italovinicius18 commented on issue #28023:
URL: https://github.com/apache/airflow/issues/28023#issuecomment-1334184572
I've tried this option but I got a error
ValueError: Protocol message GceClusterConfig has no
"shieldedInstanceConfig" field.
--
This is an automated message from
Taragolis commented on code in PR #28039:
URL: https://github.com/apache/airflow/pull/28039#discussion_r1037439960
##
tests/providers/amazon/aws/hooks/test_emr_containers.py:
##
@@ -110,7 +109,9 @@ def test_query_status_polling_with_timeout(self,
mock_session):
mock_se
Taragolis opened a new pull request, #28039:
URL: https://github.com/apache/airflow/pull/28039
related: #27970
Migrate Amazon provider's hooks and utils tests to `pytest`.
All changes are more or less straightforward:
- Get rid of `unittests.TestCase` class and **TestCase.ass
Taragolis commented on PR #27970:
URL: https://github.com/apache/airflow/pull/27970#issuecomment-1334174638
I decide split this changes to multiple separate PR's
- Could be really reviewed
- Less potential merge conflicts
--
This is an automated message from the Apache Git Service.
T
Taragolis closed pull request #27970: Replace `unittests` in amazon provider
tests by pure `pytest`
URL: https://github.com/apache/airflow/pull/27970
--
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
jrg closed pull request #27951: New SambaFileSensor
URL: https://github.com/apache/airflow/pull/27951
--
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
xlanor commented on PR #27898:
URL: https://github.com/apache/airflow/pull/27898#issuecomment-1334118211
> I rerun the test. Lets see
seems to be all good now, thank you
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
eladkal commented on PR #27898:
URL: https://github.com/apache/airflow/pull/27898#issuecomment-1334065847
I rerun the test. Lets see
--
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 c
mdering commented on issue #28023:
URL: https://github.com/apache/airflow/issues/28023#issuecomment-1334052073
I would just add it after the call to `make()`
```python
CLUSTER_CONFIG['gce_cluster_config']['shielded_instance_config']={...}
```
--
This is an automated message fr
xlanor commented on PR #27898:
URL: https://github.com/apache/airflow/pull/27898#issuecomment-1334046699
> Assuming CI passes.
Posted this issue to slack for sqlite, since it doesnt seem to be running at
all. Leaving the slack link here,
https://apache-airflow.slack.com/archives/CC
yehoshuadimarsky commented on PR #27947:
URL: https://github.com/apache/airflow/pull/27947#issuecomment-1334045531
> For avoid any further regression error I would suggest move tests this
methods from operator
`tests/providers/amazon/aws/operators/test_redshift_data.py` to hook
`tests/prov
yehoshuadimarsky commented on code in PR #27947:
URL: https://github.com/apache/airflow/pull/27947#discussion_r1037337955
##
airflow/providers/amazon/aws/operators/redshift_data.py:
##
@@ -99,67 +97,29 @@ def __init__(
)
self.aws_conn_id = aws_conn_id
Taragolis commented on code in PR #28005:
URL: https://github.com/apache/airflow/pull/28005#discussion_r1037260249
##
airflow/providers/amazon/aws/hooks/glue_crawler.py:
##
@@ -78,16 +83,60 @@ def update_crawler(self, **crawler_kwargs) -> bool:
crawler_name = crawler_kw
jh242 commented on code in PR #27805:
URL: https://github.com/apache/airflow/pull/27805#discussion_r1037281152
##
airflow/www/static/js/trigger.js:
##
@@ -20,13 +20,32 @@
/* global document, CodeMirror, window */
const textArea = document.getElementById('json');
+const recen
italovinicius18 commented on issue #28023:
URL: https://github.com/apache/airflow/issues/28023#issuecomment-1333966358
@mdering And how I put this using CLUSTER_CONFIG using ClusterGenerator?
Like this:
```py
CLUSTER_CONFIG = ClusterGenerator(
project_id=PROJECT_ID,
This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to annotated tag 2.5.0rc3
in repository https://gitbox.apache.org/repos/asf/airflow.git
*** WARNING: tag 2.5.0rc3 was modified! ***
from fa2bec0429 (commit)
to 5ee3ab75a3 (tag)
tagging
vincbeck commented on code in PR #27892:
URL: https://github.com/apache/airflow/pull/27892#discussion_r1037258988
##
tests/api_internal/test_internal_api_call.py:
##
@@ -0,0 +1,151 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license ag
vincbeck commented on code in PR #27892:
URL: https://github.com/apache/airflow/pull/27892#discussion_r1037262863
##
tests/api_internal/test_internal_api_call.py:
##
@@ -0,0 +1,151 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license ag
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch constraints-main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/constraints-main by this push:
new 39b66d5cd0 Updating con
vincbeck commented on code in PR #27892:
URL: https://github.com/apache/airflow/pull/27892#discussion_r1037258988
##
tests/api_internal/test_internal_api_call.py:
##
@@ -0,0 +1,151 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license ag
vincbeck commented on code in PR #27892:
URL: https://github.com/apache/airflow/pull/27892#discussion_r1037257842
##
airflow/api_internal/openapi/internal_api_v1.yaml:
##
@@ -0,0 +1,92 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor licens
potiuk commented on issue #27978:
URL: https://github.com/apache/airflow/issues/27978#issuecomment-1333943185
@park-peter - can you please test the new snowflake 4.0.2rc1 and report it
in the issue here: https://github.com/apache/airflow/issues/27978
--
This is an automated messag
Author: ephraimanierobi
Date: Thu Dec 1 15:29:18 2022
New Revision: 58382
Log:
Add artifacts for Airflow 2.5.0rc3
Added:
dev/airflow/2.5.0rc3/
dev/airflow/2.5.0rc3/apache-airflow-2.5.0-source.tar.gz (with props)
dev/airflow/2.5.0rc3/apache-airflow-2.5.0-source.tar.gz.asc
dev/ai
bbovenzi commented on code in PR #27805:
URL: https://github.com/apache/airflow/pull/27805#discussion_r1037236111
##
airflow/www/static/js/trigger.js:
##
@@ -20,13 +20,32 @@
/* global document, CodeMirror, window */
const textArea = document.getElementById('json');
+const re
mdering commented on issue #28023:
URL: https://github.com/apache/airflow/issues/28023#issuecomment-1333893667
it looks like this can be specified in the `gce_cluster_config` field.
referring to here
https://cloud.google.com/python/docs/reference/dataproc/latest/google.cloud.dataproc_v1.typ
IAL32 commented on PR #28005:
URL: https://github.com/apache/airflow/pull/28005#issuecomment-1333888171
Changing tags however requires to know the crawler's ARN, which is only
possible to obtain via concatenating the current account ID, the region name
and the crawler's name.
The GlueCra
potiuk opened a new issue, #28036:
URL: https://github.com/apache/airflow/issues/28036
### Body
I have a kind request for all the contributors to the latest provider
packages release.
Could you please help us to test the RC versions of the providers?
Let us know in the comme
romibuzi commented on PR #27893:
URL: https://github.com/apache/airflow/pull/27893#issuecomment-1333885503
@Taragolis and @syedahsn Thanks for your reviews! I have done modifications.
Feel free to take a look at them :)
--
This is an automated message from the Apache Git Service.
To resp
This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch add-documentation-2022-12-01
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
at 37b361a95f Add documentation for packages - 2022-12-01
This branch includes the following
IAL32 commented on PR #28005:
URL: https://github.com/apache/airflow/pull/28005#issuecomment-1333883247
@Taragolis I have added several tests, and isolated tag updating by adding a
`update_tags` method.
This is because when calling `glue_client.get_crawler` the `Tags` is not
present, eve
This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to annotated tag providers-snowflake/4.0.2rc1
in repository https://gitbox.apache.org/repos/asf/airflow.git
*** WARNING: tag providers-snowflake/4.0.2rc1 was modified! ***
from e9a9ae6540 (commit)
This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to annotated tag providers-exasol/4.1.2rc1
in repository https://gitbox.apache.org/repos/asf/airflow.git
*** WARNING: tag providers-exasol/4.1.2rc1 was modified! ***
from e9a9ae6540 (commit)
to
This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to annotated tag providers-zendesk/4.2.0rc1
in repository https://gitbox.apache.org/repos/asf/airflow.git
*** WARNING: tag providers-zendesk/4.2.0rc1 was modified! ***
from e9a9ae6540 (commit)
t
eladkal commented on issue #26865:
URL: https://github.com/apache/airflow/issues/26865#issuecomment-1333856389
No rush :) just checking.
if you have questions feel free to join [Slack
Chat](https://github.com/apache/airflow#links) there are several support
channels for contributors.
--
Author: potiuk
Date: Thu Dec 1 14:31:37 2022
New Revision: 58381
Log:
Release Airflow Providers on 2022-12-01 - remove old files
Removed:
dev/airflow/providers/apache-airflow-providers-amazon-6.2.0.tar.gz
dev/airflow/providers/apache-airflow-providers-amazon-6.2.0.tar.gz.asc
dev/airf
RagingPuppies opened a new pull request, #28034:
URL: https://github.com/apache/airflow/pull/28034
Hi,
This is not related to any issue, all airflow components have the option to
add custom env to their docker container except statsd, I've just added the
same functionality and tested the
Author: potiuk
Date: Thu Dec 1 14:29:57 2022
New Revision: 58380
Log:
Add artifacts for Airflow Providers 2022-12-01
Added:
dev/airflow/providers/apache-airflow-providers-exasol-4.1.2.tar.gz (with
props)
dev/airflow/providers/apache-airflow-providers-exasol-4.1.2.tar.gz.asc
dev/ai
boring-cyborg[bot] commented on PR #28034:
URL: https://github.com/apache/airflow/pull/28034#issuecomment-1333852450
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 Contribution
This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e9a9ae6540 Update documentation for ad-hoc provider
potiuk merged PR #28031:
URL: https://github.com/apache/airflow/pull/28031
--
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.a
potiuk commented on PR #28031:
URL: https://github.com/apache/airflow/pull/28031#issuecomment-1333847463
Tested docs building locally - merging to speed it up a bit
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
mdering commented on PR #27961:
URL: https://github.com/apache/airflow/pull/27961#issuecomment-1333843465
since this passed CI and has unit tests, is there anything else I need to do
to get this merged?
--
This is an automated message from the Apache Git Service.
To respond to the message
1 - 100 of 124 matches
Mail list logo