Skip to content

Conversation

@jlaneve
Copy link
Contributor

@jlaneve jlaneve commented Mar 21, 2021

Certain modules have mechanical mistakes in their docstrings according to sphinx standards. This PR fixes docstrings in 8 modules, namely:

  • YandexCloud
  • GoogleSheetsToGCSOperator
  • GoogleDisplayVideo360GetSDFDownloadOperationSensor
  • SalesforceToGcsOperator
  • GCSToLocalFilesystemOperator
  • FacebookAdsReportToGcsOperator
  • BigQueryToMySqlOperator
  • AzureFileShareToGCSOperator

@boring-cyborg boring-cyborg bot added the provider:google Google (including GCP) related issues label Mar 21, 2021
@boring-cyborg
Copy link

boring-cyborg bot commented Mar 21, 2021

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 Guide (https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst)
Here are some useful points:

  • Pay attention to the quality of your code (flake8, pylint and type annotations). Our pre-commits will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example DAG that shows how users should use it.
  • Consider using Breeze environment for testing locally, it’s a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: dev@airflow.apache.org
    Slack: https://s.apache.org/airflow-slack

Copy link
Member

@turbaszek turbaszek left a comment

Choose a reason for hiding this comment

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

Awesome work!

@jlaneve
Copy link
Contributor Author

jlaneve commented Mar 21, 2021

@turbaszek thank you - I've fixed the CI issues!

@ephraimbuddy ephraimbuddy merged commit e172bd0 into apache:master Mar 22, 2021
@boring-cyborg
Copy link

boring-cyborg bot commented Mar 22, 2021

Awesome work, congrats on your first merged pull request!

@ephraimbuddy
Copy link
Contributor

Thanks @jlaneve!!

kaxil added a commit to astronomer/airflow that referenced this pull request Apr 22, 2021
…rator``

apache#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
potiuk pushed a commit that referenced this pull request Apr 22, 2021
…rator`` (#15487)

#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Sep 17, 2021
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Sep 23, 2021
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Nov 27, 2021
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Mar 10, 2022
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Jun 4, 2022
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Jul 9, 2022
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Aug 27, 2022
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Oct 4, 2022
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
aglipska pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Oct 7, 2022
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Dec 7, 2022
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Jan 27, 2023
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
kosteev pushed a commit to kosteev/composer-airflow-test-copybara that referenced this pull request Sep 12, 2024
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
kosteev pushed a commit to kosteev/composer-airflow-test-copybara that referenced this pull request Sep 13, 2024
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Sep 17, 2024
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Nov 7, 2024
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request May 1, 2025
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request May 22, 2025
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Sep 17, 2025
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Oct 15, 2025
…rator`` (#15487)

apache/airflow#14918 made coms consistency changes
where the template_fields was changed for ``GCSToLocalFilesystemOperator``.

While the change was correct since``object`` param was deprecated, the
instance attribute wasn't updated hence you see this error:

```
AttributeError: 'GCSToLocalFilesystemOperator' object has no attribute 'object_name'
```
GitOrigin-RevId: 3b9a91806ea102cc2bc00b545f63f57031f458c9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

okay to merge It's ok to merge this PR as it does not require more tests provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants