You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "Abacn (via GitHub)" <gi...@apache.org> on 2023/02/08 18:51:53 UTC

[GitHub] [beam] Abacn commented on pull request #25325: Remove from _KNOWN_TABLES on 404 insert to allow table re-creation for Python SDK

Abacn commented on PR #25325:
URL: https://github.com/apache/beam/pull/25325#issuecomment-1423087776

   I never got tox yapf working locally. I am doing this to fix lint:
   
   ```
   # Run from root beam repo dir
   pip install yapf==0.29.0
   git diff master --name-only | grep "\.py$" | xargs yapf --in-place
   ```
   
   hopefully it works


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org