Skip to content

Conversation

@turbaszek
Copy link
Member


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

@turbaszek turbaszek requested a review from potiuk August 21, 2020 12:50
@turbaszek
Copy link
Member Author

Not sure what's wrong here but the errors are definitely unrelated:

mypy: can't read file 'airflow/providers/amazon/aws/hooks/ses.py': No such file or directory
120

121
Run pylint.......................................................................................................................Skipped
122
Run flake8........................................................................................................................Failed
123
- hook id: flake8
124
- exit code: 1
125

126
tests/providers/amazon/aws/hooks/test_ses.py:0:1: E902 FileNotFoundError: [Errno 2] No such file or directory: 'tests/providers/amazon/aws/hooks/test_ses.py'
127
airflow/providers/amazon/aws/hooks/ses.py:0:1: E902 FileNotFoundError: [Errno 2] No such file or directory: 'airflow/providers/amazon/aws/hooks/ses.py'
128
tests/providers/microsoft/azure/hooks/test_base_azure.py:0:1: E902 FileNotFoundError: [Errno 2] No such file or directory: 'tests/providers/microsoft/azure/hooks/test_base_azure.py'
129
airflow/providers/microsoft/azure/hooks/base_azure.py:0:1: E902 FileNotFoundError: [Errno 2] No such file or directory: 'airflow/providers/microsoft/azure/hooks/base_azure.py'

@potiuk can this be related to some changes in CI? The ses hook was merged and is available on master

@turbaszek turbaszek force-pushed the fix/generate-readme-for-backports branch from adb8200 to 5f003a4 Compare August 21, 2020 13:42
@turbaszek turbaszek merged commit 95f4768 into apache:master Aug 21, 2020
@turbaszek turbaszek deleted the fix/generate-readme-for-backports branch August 21, 2020 14:08
@potiuk
Copy link
Member

potiuk commented Aug 21, 2020

Interesting - I will take a look if this was not some teething problem. There is a potential problem I was anticipating might happen - which could have similar behaviour. Luckily we have now full audit - I can simply download the image and check everything :)

@potiuk
Copy link
Member

potiuk commented Aug 22, 2020

@potiuk can this be related to some changes in CI? The ses hook was merged and is available on master

@turbaszek -> This will be partially fixed (no such problems should occur) in #10472 but I started discussion about it in #10471 where I discuss where it came from and whether current approach is good or whether we should implement yet another workaround until we have GitHub API that might enable that "nicely".

potiuk added a commit to PolideaInternal/airflow that referenced this pull request Aug 23, 2020
We had to enable mounting from sources for a short while
because we had to find a way to add new scripts to the
"workflow_run" workflow we have. This also requires
the apache#10470 to be merged - perf_kit to be moved to tests.utils because
it was in a separate directory and image without mounting sources
could not run the tests.

It also partially addresses the apache#10445 problem where
there was difference between sources in the image and coming
from the master. This comes from GitHub running merge on
non-conflicting changes in the PR and something that will
be addressed shortly.

The issue apache#10471 discusses this in detail.
potiuk added a commit that referenced this pull request Aug 24, 2020
We had to enable mounting from sources for a short while
because we had to find a way to add new scripts to the
"workflow_run" workflow we have. This also requires
the #10470 to be merged - perf_kit to be moved to tests.utils because
it was in a separate directory and image without mounting sources
could not run the tests.

It also partially addresses the #10445 problem where
there was difference between sources in the image and coming
from the master. This comes from GitHub running merge on
non-conflicting changes in the PR and something that will
be addressed shortly.

The issue #10471 discusses this in detail.
potiuk added a commit to potiuk/airflow that referenced this pull request Sep 14, 2020
We had to enable mounting from sources for a short while
because we had to find a way to add new scripts to the
"workflow_run" workflow we have. This also requires
the apache#10470 to be merged - perf_kit to be moved to tests.utils because
it was in a separate directory and image without mounting sources
could not run the tests.

It also partially addresses the apache#10445 problem where
there was difference between sources in the image and coming
from the master. This comes from GitHub running merge on
non-conflicting changes in the PR and something that will
be addressed shortly.

The issue apache#10471 discusses this in detail.

(cherry picked from commit 4fa7df5)
potiuk added a commit that referenced this pull request Sep 15, 2020
We had to enable mounting from sources for a short while
because we had to find a way to add new scripts to the
"workflow_run" workflow we have. This also requires
the #10470 to be merged - perf_kit to be moved to tests.utils because
it was in a separate directory and image without mounting sources
could not run the tests.

It also partially addresses the #10445 problem where
there was difference between sources in the image and coming
from the master. This comes from GitHub running merge on
non-conflicting changes in the PR and something that will
be addressed shortly.

The issue #10471 discusses this in detail.

(cherry picked from commit 4fa7df5)
potiuk added a commit to PolideaInternal/airflow that referenced this pull request Oct 2, 2020
The change apache#10445 caused empty descriptions for all packages.

This change restores it and also makes sure package creation works
when there is no README.md
potiuk added a commit that referenced this pull request Oct 2, 2020
The change #10445 caused empty descriptions for all packages.

This change restores it and also makes sure package creation works
when there is no README.md
RaviTezu pushed a commit to RaviTezu/airflow that referenced this pull request Oct 25, 2020
We had to enable mounting from sources for a short while
because we had to find a way to add new scripts to the
"workflow_run" workflow we have. This also requires
the apache#10470 to be merged - perf_kit to be moved to tests.utils because
it was in a separate directory and image without mounting sources
could not run the tests.

It also partially addresses the apache#10445 problem where
there was difference between sources in the image and coming
from the master. This comes from GitHub running merge on
non-conflicting changes in the PR and something that will
be addressed shortly.

The issue apache#10471 discusses this in detail.

(cherry picked from commit 4fa7df5)
kaxil pushed a commit that referenced this pull request Nov 12, 2020
We had to enable mounting from sources for a short while
because we had to find a way to add new scripts to the
"workflow_run" workflow we have. This also requires
the #10470 to be merged - perf_kit to be moved to tests.utils because
it was in a separate directory and image without mounting sources
could not run the tests.

It also partially addresses the #10445 problem where
there was difference between sources in the image and coming
from the master. This comes from GitHub running merge on
non-conflicting changes in the PR and something that will
be addressed shortly.

The issue #10471 discusses this in detail.

(cherry picked from commit 4fa7df5)
potiuk added a commit that referenced this pull request Nov 16, 2020
We had to enable mounting from sources for a short while
because we had to find a way to add new scripts to the
"workflow_run" workflow we have. This also requires
the #10470 to be merged - perf_kit to be moved to tests.utils because
it was in a separate directory and image without mounting sources
could not run the tests.

It also partially addresses the #10445 problem where
there was difference between sources in the image and coming
from the master. This comes from GitHub running merge on
non-conflicting changes in the PR and something that will
be addressed shortly.

The issue #10471 discusses this in detail.

(cherry picked from commit 4fa7df5)
cfei18 pushed a commit to cfei18/incubator-airflow that referenced this pull request Mar 5, 2021
We had to enable mounting from sources for a short while
because we had to find a way to add new scripts to the
"workflow_run" workflow we have. This also requires
the apache#10470 to be merged - perf_kit to be moved to tests.utils because
it was in a separate directory and image without mounting sources
could not run the tests.

It also partially addresses the apache#10445 problem where
there was difference between sources in the image and coming
from the master. This comes from GitHub running merge on
non-conflicting changes in the PR and something that will
be addressed shortly.

The issue apache#10471 discusses this in detail.

(cherry picked from commit 4fa7df5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants