googleapis / python-bigquery-sqlalchemy

SQLAlchemy dialect for BigQuery
MIT License
436 stars 130 forks source link

chore: added missing closing bracket #1121

Closed sambhxv closed 1 month ago

sambhxv commented 1 month ago

Fixes #1119 🦕

Don't know why is it not fixed by anyone, its one of those most recognizable errors.

chalmerlowe commented 1 month ago

@sambhxv

Don't know why is it not fixed by anyone, its one of those most recognizable errors.

As the maintainer of this repo and four more, I have limited time, energy, and resources. This has an impact on my ability to fix bugs, add new features, refactor code, improve and maintain the CI/CD pipeline, mentor staff and colleagues, troubleshoot and answer customer questions, support Google internal processes, research new technologies, educate myself on the intricacies of the five repositories I inherited, and more.

So, PRs such as this are helpful, and I appreciate your time and energy. Thank you.

chalmerlowe commented 1 month ago

I have launched kokoro and owlbot to perform CI/CD checks on this PR. Will come back when they are finished to see about resolving this PR.