Skip to content
#

gcs

Here are 221 public repositories matching this topic...

kubernetes-cloud-mysql-backup is a Docker Image based on Alpine Linux that automatically performs backups of MySQL databases, before uploading them to Amazon S3 or Google Cloud Storage. It is designed to be run as a Cronjob in Kubernetes for scheduled database backups. It also features Slack integration.

  • Updated Apr 11, 2022
  • Shell
tatiana
tatiana commented Mar 16, 2022

Describe the bug
At the moment, Temporary tables names are created using:
https://github.com/astro-projects/astro/blob/9a565e8fa0fa68b4be0c0dbd1866e0b531b8b902/src/astro/sql/table.py#L78-L86

Where MAX_TABLE_NAME_SIZE is currently 63 characters (e.g. Postgres does not support tables with longer names).

The problem is that depending on the DAG ID and the task names, there will be colli

bug good first issue

Improve this page

Add a description, image, and links to the gcs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gcs topic, visit your repo's landing page and select "manage topics."

Learn more