[GitHub] [airflow] BasPH merged pull request #5815: [AIRFLOW-5210] Make finding template files more efficient

2019-08-14 Thread GitBox
BasPH merged pull request #5815: [AIRFLOW-5210] Make finding template files more efficient URL: https://github.com/apache/airflow/pull/5815 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (AIRFLOW-5210) Resolving Template Files for large DAGs hurts performance

2019-08-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907253#comment-16907253 ] ASF GitHub Bot commented on AIRFLOW-5210: - BasPH commented on pull request #5815:

[GitHub] [airflow] ashb commented on issue #5711: [AIRFLOW-4161] BigQuery to Mysql Operator

2019-08-14 Thread GitBox
ashb commented on issue #5711: [AIRFLOW-4161] BigQuery to Mysql Operator URL: https://github.com/apache/airflow/pull/5711#issuecomment-521245467 @potiuk This commit adds a top-level `__init__.py` file which breaks some workflows, but the tests didn't break because of the whitelisting

[GitHub] [airflow] BasPH commented on issue #5815: [AIRFLOW-5210] Make finding template files more efficient

2019-08-14 Thread GitBox
BasPH commented on issue #5815: [AIRFLOW-5210] Make finding template files more efficient URL: https://github.com/apache/airflow/pull/5815#issuecomment-521247235 Thanks @danfrankj This is an automated message from the

[GitHub] [airflow] potiuk commented on issue #5711: [AIRFLOW-4161] BigQuery to Mysql Operator

2019-08-14 Thread GitBox
potiuk commented on issue #5711: [AIRFLOW-4161] BigQuery to Mysql Operator URL: https://github.com/apache/airflow/pull/5711#issuecomment-521258246 Ough :( . It is an edge case but I wonder if we could something to prevent it. For sure mounting whole source directory /adding it to .docker

[GitHub] [airflow] ashb merged pull request #5818: [AIRFLOW-5179] Remove top level __init__.py

2019-08-14 Thread GitBox
ashb merged pull request #5818: [AIRFLOW-5179] Remove top level __init__.py URL: https://github.com/apache/airflow/pull/5818 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (AIRFLOW-5179) Top level __init__.py breaks imports

2019-08-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907290#comment-16907290 ] ASF GitHub Bot commented on AIRFLOW-5179: - ashb commented on pull request #5818: [AIRFLOW-5179]

[GitHub] [airflow] potiuk commented on a change in pull request #5808: [AIRFLOW-5205] Check xml files depends on AIRFLOW-5161, AIRFLOW-5170, AIRFLOW-5180, AIRFLOW-5204,

2019-08-14 Thread GitBox
potiuk commented on a change in pull request #5808: [AIRFLOW-5205] Check xml files depends on AIRFLOW-5161, AIRFLOW-5170, AIRFLOW-5180, AIRFLOW-5204, URL: https://github.com/apache/airflow/pull/5808#discussion_r313897477 ## File path: airflow/_vendor/slugify/slugify.py

[GitHub] [airflow] danfrankj commented on issue #5815: [AIRFLOW-5210] Make finding template files more efficient

2019-08-14 Thread GitBox
danfrankj commented on issue #5815: [AIRFLOW-5210] Make finding template files more efficient URL: https://github.com/apache/airflow/pull/5815#issuecomment-521300533 @BasPH was something wrong with this PR? - I'm seeing a message above about a revert

[jira] [Commented] (AIRFLOW-5147) Annotations for k8s executors should support extended alphabet (like '/'))

2019-08-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907384#comment-16907384 ] ASF GitHub Bot commented on AIRFLOW-5147: - andrei-l commented on pull request #5819:

[GitHub] [airflow] andrei-l opened a new pull request #5819: [AIRFLOW-5147] extended character set for for k8s worker pods annotations

2019-08-14 Thread GitBox
andrei-l opened a new pull request #5819: [AIRFLOW-5147] extended character set for for k8s worker pods annotations URL: https://github.com/apache/airflow/pull/5819 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Airflow

[GitHub] [airflow] kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#discussion_r313965300 ## File path: airflow/api/common/experimental/delete_dag.py ## @@

[GitHub] [airflow] kaxil edited a comment on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil edited a comment on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#issuecomment-521358954 @zhongjiajie > > Pending Issues: > > > > * We still have the issue of

[GitHub] [airflow] kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#discussion_r314040957 ## File path: airflow/models/serialized_dag.py ## @@ -0,0 +1,155 @@

[GitHub] [airflow] kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#discussion_r314041221 ## File path: airflow/models/serialized_dag.py ## @@ -0,0 +1,155 @@

[GitHub] [airflow] kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#discussion_r314041450 ## File path: airflow/models/serialized_dag.py ## @@ -0,0 +1,155 @@

[GitHub] [airflow] kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#discussion_r314042957 ## File path: airflow/models/dag.py ## @@ -1509,8 +1518,19 @@ def

[GitHub] [airflow] JCoder01 commented on issue #5672: [AIRFLOW-5056] Add argument to filter mails in ImapHook and related operators

2019-08-14 Thread GitBox
JCoder01 commented on issue #5672: [AIRFLOW-5056] Add argument to filter mails in ImapHook and related operators URL: https://github.com/apache/airflow/pull/5672#issuecomment-521384333 I'm actually not using IMAP anymore after the powers that be made me switch to office 365 and disabled

[GitHub] [airflow] kaxil edited a comment on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil edited a comment on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#issuecomment-520101071 Pending Issues: - ~Add Timezone support to `serialized_dag` table~ - ~We still have the

[GitHub] [airflow] kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#discussion_r314046484 ## File path: airflow/models/serialized_dag.py ## @@ -0,0 +1,155 @@

[jira] [Updated] (AIRFLOW-5213) DockerOperator failing when the docker default logging drivers are other than 'journald','json-file'

2019-08-14 Thread venkata Bonu (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] venkata Bonu updated AIRFLOW-5213: -- Attachment: (was: Screen Shot 2019-08-14 at 7.10.01 AM.png) > DockerOperator failing

[jira] [Updated] (AIRFLOW-5213) DockerOperator failing when the docker default logging drivers are other than 'journald','json-file'

2019-08-14 Thread venkata Bonu (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] venkata Bonu updated AIRFLOW-5213: -- Attachment: (was: Screen Shot 2019-08-14 at 7.08.44 AM.png) > DockerOperator failing

[GitHub] [airflow] kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#discussion_r313909969 ## File path: airflow/dag/serialization/serialized_baseoperator.py ##

[jira] [Commented] (AIRFLOW-5182) "KubernetesOperator" isn't implemented

2019-08-14 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907329#comment-16907329 ] Ash Berlin-Taylor commented on AIRFLOW-5182: There never has been a KubernetesOperator, and

[jira] [Commented] (AIRFLOW-5210) Resolving Template Files for large DAGs hurts performance

2019-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907336#comment-16907336 ] ASF subversion and git services commented on AIRFLOW-5210: -- Commit

[jira] [Assigned] (AIRFLOW-5213) DockerOperator failing when the docker default logging drivers are other than 'journald','json-file'

2019-08-14 Thread venkata Bonu (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] venkata Bonu reassigned AIRFLOW-5213: - Assignee: (was: venkata Bonu) > DockerOperator failing when the docker default

[jira] [Updated] (AIRFLOW-5213) DockerOperator failing when the docker default logging drivers are other than 'journald','json-file'

2019-08-14 Thread venkata Bonu (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] venkata Bonu updated AIRFLOW-5213: -- Attachment: Screen Shot 2019-08-14 at 7.08.44 AM.png > DockerOperator failing when the

[jira] [Updated] (AIRFLOW-5213) DockerOperator failing when the docker default logging drivers are other than 'journald','json-file'

2019-08-14 Thread venkata Bonu (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] venkata Bonu updated AIRFLOW-5213: -- Attachment: Screen Shot 2019-08-14 at 7.09.27 AM.png > DockerOperator failing when the

[jira] [Updated] (AIRFLOW-5213) DockerOperator failing when the docker default logging drivers are other than 'journald','json-file'

2019-08-14 Thread venkata Bonu (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] venkata Bonu updated AIRFLOW-5213: -- Attachment: (was: Screen Shot 2019-08-14 at 7.09.27 AM.png) > DockerOperator failing

[jira] [Created] (AIRFLOW-5214) Airflow leaves too many TIME_WAIT TCP connections

2019-08-14 Thread Oliver Ricken (JIRA)
Oliver Ricken created AIRFLOW-5214: -- Summary: Airflow leaves too many TIME_WAIT TCP connections Key: AIRFLOW-5214 URL: https://issues.apache.org/jira/browse/AIRFLOW-5214 Project: Apache Airflow

[jira] [Resolved] (AIRFLOW-5211) Add pass_value to template_fields -- BigQueryValueCheckOperator

2019-08-14 Thread Damon Liao (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damon Liao resolved AIRFLOW-5211. - Resolution: Fixed > Add pass_value to template_fields -- BigQueryValueCheckOperator >

[jira] [Updated] (AIRFLOW-5216) Add Azure File Share Sensor

2019-08-14 Thread Albert Yau (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Albert Yau updated AIRFLOW-5216: Description: Add sensor to check if a file exists on Azure File Share using the existing

[jira] [Updated] (AIRFLOW-5216) Add Azure File Share Sensor

2019-08-14 Thread Albert Yau (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Albert Yau updated AIRFLOW-5216: Description: Add sensor to check if a file exists on Azure File Share. (was: Add sensor to

[jira] [Assigned] (AIRFLOW-5118) Airflow DataprocClusterCreateOperator does not currently support setting optional components

2019-08-14 Thread Igor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor reassigned AIRFLOW-5118: - Assignee: Igor (was: Kaxil Naik) > Airflow DataprocClusterCreateOperator does not currently support

[GitHub] [airflow] mik-laj merged pull request #5791: [AIRFLOW-5183] Preprare documentation for new GCP import paths

2019-08-14 Thread GitBox
mik-laj merged pull request #5791: [AIRFLOW-5183] Preprare documentation for new GCP import paths URL: https://github.com/apache/airflow/pull/5791 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (AIRFLOW-5183) Preprare documentation for new GCP import paths

2019-08-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907455#comment-16907455 ] ASF GitHub Bot commented on AIRFLOW-5183: - mik-laj commented on pull request #5791:

[jira] [Commented] (AIRFLOW-5183) Preprare documentation for new GCP import paths

2019-08-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907456#comment-16907456 ] ASF subversion and git services commented on AIRFLOW-5183: -- Commit

[jira] [Closed] (AIRFLOW-5183) Preprare documentation for new GCP import paths

2019-08-14 Thread Kamil Bregula (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula closed AIRFLOW-5183. -- Resolution: Fixed Fix Version/s: 2.0.0 > Preprare documentation for new GCP import

[GitHub] [airflow] idralyuk opened a new pull request #5820: [AIRFLOW-5118] Add ability to specify optional components in Dataproc…

2019-08-14 Thread GitBox
idralyuk opened a new pull request #5820: [AIRFLOW-5118] Add ability to specify optional components in Dataproc… URL: https://github.com/apache/airflow/pull/5820 …ClusterCreateOperator ### Jira https://issues.apache.org/jira/browse/AIRFLOW-5118 ### Description

[jira] [Commented] (AIRFLOW-5118) Airflow DataprocClusterCreateOperator does not currently support setting optional components

2019-08-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907469#comment-16907469 ] ASF GitHub Bot commented on AIRFLOW-5118: - idralyuk commented on pull request #5820:

[jira] [Created] (AIRFLOW-5215) Add sidecar container support to Pod object

2019-08-14 Thread Philippe Gagnon (JIRA)
Philippe Gagnon created AIRFLOW-5215: Summary: Add sidecar container support to Pod object Key: AIRFLOW-5215 URL: https://issues.apache.org/jira/browse/AIRFLOW-5215 Project: Apache Airflow

[GitHub] [airflow] rasmi commented on issue #5720: [AIRFLOW-5099][WIP-DONT-MERGE] Implement Google Cloud AutoML operators

2019-08-14 Thread GitBox
rasmi commented on issue #5720: [AIRFLOW-5099][WIP-DONT-MERGE] Implement Google Cloud AutoML operators URL: https://github.com/apache/airflow/pull/5720#issuecomment-521356636 No review comments here, I'm just excited for this to be merged -- thank you all for your work!

[GitHub] [airflow] idralyuk closed pull request #5820: [AIRFLOW-5118] Add ability to specify optional components in Dataproc…

2019-08-14 Thread GitBox
idralyuk closed pull request #5820: [AIRFLOW-5118] Add ability to specify optional components in Dataproc… URL: https://github.com/apache/airflow/pull/5820 This is an automated message from the Apache Git Service. To

[jira] [Commented] (AIRFLOW-5118) Airflow DataprocClusterCreateOperator does not currently support setting optional components

2019-08-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907510#comment-16907510 ] ASF GitHub Bot commented on AIRFLOW-5118: - idralyuk commented on pull request #5820:

[GitHub] [airflow] kaxil commented on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil commented on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#issuecomment-521358954 > > Pending Issues: > > > > * We still have the issue of `SerializedBaseOperator` being displayed

[GitHub] [airflow] kaxil edited a comment on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil edited a comment on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#issuecomment-521358954 @zhongjiajie > > Pending Issues: > > > > * We still have the issue of

[GitHub] [airflow] kaxil edited a comment on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil edited a comment on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#issuecomment-521358954 @zhongjiajie > > Pending Issues: > > > > * We still have the issue of

[GitHub] [airflow] kaxil edited a comment on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability

2019-08-14 Thread GitBox
kaxil edited a comment on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG in DB for webserver scalability URL: https://github.com/apache/airflow/pull/5743#issuecomment-521358954 @zhongjiajie > > Pending Issues: > > > > * We still have the issue of

[GitHub] [airflow] idralyuk opened a new pull request #5820: [AIRFLOW-5118] Add ability to specify optional components in Dataproc…

2019-08-14 Thread GitBox
idralyuk opened a new pull request #5820: [AIRFLOW-5118] Add ability to specify optional components in Dataproc… URL: https://github.com/apache/airflow/pull/5820 …ClusterCreateOperator ### Jira https://issues.apache.org/jira/browse/AIRFLOW-5118 ### Description

[jira] [Commented] (AIRFLOW-5118) Airflow DataprocClusterCreateOperator does not currently support setting optional components

2019-08-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907520#comment-16907520 ] ASF GitHub Bot commented on AIRFLOW-5118: - idralyuk commented on pull request #5820:

[GitHub] [airflow] feluelle commented on issue #5672: [AIRFLOW-5056] Add argument to filter mails in ImapHook and related operators

2019-08-14 Thread GitBox
feluelle commented on issue #5672: [AIRFLOW-5056] Add argument to filter mails in ImapHook and related operators URL: https://github.com/apache/airflow/pull/5672#issuecomment-521363251 @JCoder01 @kurtqq aren't you using the IMAP thingy?  ..and want to have a final look at it? :)

[GitHub] [airflow] idralyuk closed pull request #5820: [AIRFLOW-5118] Add ability to specify optional components in Dataproc…

2019-08-14 Thread GitBox
idralyuk closed pull request #5820: [AIRFLOW-5118] Add ability to specify optional components in Dataproc… URL: https://github.com/apache/airflow/pull/5820 This is an automated message from the Apache Git Service. To

[jira] [Commented] (AIRFLOW-5118) Airflow DataprocClusterCreateOperator does not currently support setting optional components

2019-08-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907528#comment-16907528 ] ASF GitHub Bot commented on AIRFLOW-5118: - idralyuk commented on pull request #5820:

[jira] [Created] (AIRFLOW-5216) Add Azure File Share Sensor

2019-08-14 Thread Albert Yau (JIRA)
Albert Yau created AIRFLOW-5216: --- Summary: Add Azure File Share Sensor Key: AIRFLOW-5216 URL: https://issues.apache.org/jira/browse/AIRFLOW-5216 Project: Apache Airflow Issue Type: New Feature

[GitHub] [airflow] idralyuk opened a new pull request #5821: [AIRFLOW-5118] Add ability to specify optional components in Dataproc…

2019-08-14 Thread GitBox
idralyuk opened a new pull request #5821: [AIRFLOW-5118] Add ability to specify optional components in Dataproc… URL: https://github.com/apache/airflow/pull/5821 …ClusterCreateOperator ### Jira https://issues.apache.org/jira/browse/AIRFLOW-5118 ### Description

[jira] [Commented] (AIRFLOW-5118) Airflow DataprocClusterCreateOperator does not currently support setting optional components

2019-08-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16907535#comment-16907535 ] ASF GitHub Bot commented on AIRFLOW-5118: - idralyuk commented on pull request #5821:

<    1   2