Here are
215 public repositories
matching this topic...
a high-performance, POSIX-ish Amazon S3 file system written in Go
Mission Planner Ground Control Station (c# .net)
Google Cloud Storage emulator & testing library.
APM Planner Ground Control Station (Qt)
A vendor-neutral storage library for Golang: Write once, run on every storage service.
Updated
Aug 16, 2021
Java
Manage Helm 3 repositories on Google Cloud Storage 🔐 **privately**
Go io/fs.FS filesystem implementations for various URL schemes
Example gcloud statements for GCP services
Updated
Feb 16, 2022
Python
Run Sonatype Nexus Repository Manager OSS on top of Kubernetes (GKE). Includes instructions for automated backups (GCS) and day-to-day usage.
Updated
Jul 28, 2020
Shell
App Engine-Cloud Storage custom client library
Updated
Mar 10, 2022
Java
Just another ground control station
a python Path interface for file and cloud bucket storage
Updated
Oct 25, 2021
Python
Go library providing common interface for working across multiple cloud storage backends
kafka-connect-s3 : Ingest data from Kafka to Object Stores(s3)
This action uploads files/folders to a Google Cloud Storage (GCS) bucket.
Updated
Mar 18, 2022
TypeScript
Fog for Google Cloud Platform
Read and write Neuroglancer datasets programmatically.
Updated
Mar 16, 2022
Python
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
Mar 11, 2022
Shell
Unified cloud storage API for storage services.
Updated
Mar 4, 2022
Python
Hoard is a stateless, deterministically encrypted, content-addressed object store.
GCS support for avro-tools, parquet-tools and protobuf
Updated
Dec 13, 2021
Java
Tool for proxying and mapping HTTP requests to Google Cloud Storage (GCS).
A centralized repository for AI Platform notebooks using the Google Cloud Document AI API.
Updated
Jan 20, 2022
Jupyter Notebook
Copy files and directories between Kubernetes and cloud storage
Input Output Files in R from Cloud or Local
Jupyter support for Google Cloud Storage
Updated
Jun 3, 2019
Python
Aiven's GCS Sink Connector for Apache Kafka®
Updated
Mar 18, 2022
Java
Terraform Provider and Module Registry
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
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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_SIZEis 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