python-docs-samples icon indicating copy to clipboard operation
python-docs-samples copied to clipboard

Tracking issue for samples not yet ready for 3.10

Open leahecole opened this issue 4 years ago • 3 comments

The following samples are not yet compatible with Python 3.10 because their dependencies are not yet compatible with Python 3.10 (cc @GoogleCloudPlatform/python-samples-owners )

  • [x] Dataflow - Beam is not yet ready and won't be for awhile - we exempted.
  • [x] https://github.com/googleapis/python-datacatalog/issues/243
  • [x] https://github.com/googleapis/python-contact-center-insights/issues/73
  • [x] BQ Datalab migration - BQ not yet ready
  • [x] run/idp-sql/ - waiting on a CL for some overground things
  • [x] cloud-sql/postgres/sqlalchemy/ - pg8000
  • [ ] cloud-sql/**/client-side-encryption/ - tink
  • [x] #7036
  • [x] #7037
  • [x] #7141
  • [x] run/django/ - psycopg2-binary
  • [x] appengine/flexible/django_cloudsql/ - psycopg2-binary
  • [x] - appengine/flexible/scipy - numpy
  • [x] - appengine/flexible/numpy - numpy
  • [x] https://github.com/googleapis/python-language/issues/208
  • [x] https://github.com/googleapis/python-logging/issues/425
  • [x] pubsublite/spark-connector/ - numpy
  • [x] https://github.com/googleapis/python-bigquery-storage/issues/336
  • [x] https://github.com/googleapis/python-dlp/issues/277
  • [x] https://github.com/googleapis/python-asset/issues/319
  • [x] #7038
  • [x] #7039
  • [x] https://github.com/googleapis/python-bigquery-datatransfer/issues/244
  • [ ] appengine/standard_python3/cloud_debugger - python cloud debugger

leahecole avatar Oct 11 '21 20:10 leahecole

(Accidental click, sorry.)

meredithslota avatar Oct 14 '21 20:10 meredithslota

Debugging the build tip - if you go to a 3.10 build and the build log is truncated

  1. Click Analog
  2. Click the little arrow next to the name and do View in browser as plain text (chronological order)
  3. Search for "[ FAILURE" to figure out which samples are failing, then you can search for the product name

leahecole avatar Nov 10 '21 00:11 leahecole

#7064 should resolve the cloud-sql pg8000 failures, I think, if #7083 didn't already

leahecole avatar Nov 11 '21 20:11 leahecole