gcsMetadataSchemaSource property
Google Cloud Storage location. Supports importing individual files as well as entire Google Cloud Storage directories. Sample formats:
gs://bucket_name/my_directory/object_name/metadata_schema.jsongs://bucket_name/my_directoryIf providing a directory, the metadata schema will be read from the files that ends with "metadata_schema.json" in the directory.
Implementation
final GcsSource? gcsMetadataSchemaSource;