list_aws_s3_bucket
Column | Type |
---|---|
name | BLOB |
region | BLOB |
creation_date | BLOB |
SQL DDL
CREATE VIEW list_aws_s3_bucket AS
SELECT
name,
region,
creation_date
FROM
ur_transform_aws_buckets
Column | Type |
---|---|
name | BLOB |
region | BLOB |
creation_date | BLOB |
CREATE VIEW list_aws_s3_bucket AS
SELECT
name,
region,
creation_date
FROM
ur_transform_aws_buckets