You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/08/28 20:42:10 UTC

[GitHub] [airflow] mik-laj edited a comment on issue #5602: [AIRFLOW-4983] Feature/dataflow operator python3

mik-laj edited a comment on issue #5602: [AIRFLOW-4983] Feature/dataflow operator python3
URL: https://github.com/apache/airflow/pull/5602#issuecomment-525913415
 
 
   You should run the following command to find your oldest commit.
   ```
   git log
   ```
   In the next one, delete unnecessary commits, to do this, execute the following command:
   ```
   git rebase -i <ID HASH>
   ```
   This will probably be the following command:
   ```
   git rebase -i 921c9b0d8e04de9390959bb51ac13a64a2d96fec
   ```
   A list of commits pops up, you should find invalid ones and replace the words "pick" with "drop".
   
   This is probably a list of your changes: 
   ```
   ad992e1d0a88c3cc75ba588623cd31ca1bd2e3ff (HEAD -> feature/dataflowOperatorPython3) fix hook and operator doc strings with correct info on defaul
   c931cb766b299393759a960f1d7a6681da86f6ff fix flake8 / pylint
   93841dd79a574cf4f4cf417d83530320461395f7 default to python2 to preserve interface
   949487c9ff60fbeb1bddeeb8eb601007b7cb7925 add py2 interpreter to mlengine utils to preserver interface
   b7f09f3a24a530d2d874fad3632f0899b6447a03 make flake happy
   a025bb76614d238aea0d4facec78042a9fbb17ef fix linter
   f79ad2bd896967a6f99dc0f90fa4194e19090ea6 fix parameterized tests
   14718a3147b093b70b30574aa0b8ede7aa16a9c7 fix whitespace
   c12e24c0bf20a67d5506319469fcc49bb58b65db fix flake8 issues
   3cff95de4192b5963dc4223677b5c931a7937d10 parameterized test
   61ec80d328726d6c80c47ea8ef82fdac713ddd4b relax interpreter minor version checking
   31876e23dba702158bd4e8d6f8bb508bcf2f1c1a add logic to infer default py_interpreter
   921c9b0d8e04de9390959bb51ac13a64a2d96fec Add ability for DataflowPythonOperator to submit jobs w/ python3
   ```
   
   I have a fixed branch, but to send I would have to do git push --force, and I wouldn't want to do it without your permission. If you're okay then I can do it for you.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services