aws.finspace_data.get_working_location
Example SQL Queries
SELECT * FROMaws.finspace_data.get_working_location;Description
A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch space in FinSpace notebook.
Table Definition
| Column Name | Column Data Type |
|---|---|
| location_type Input Column Specify the type of the working location.
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| s3_bucket Returns the Amazon S3 bucket name for the working location. | VARCHAR |
| s3_path Returns the Amazon S3 Path for the working location. | VARCHAR |
| s3_uri Returns the Amazon S3 URI for the working location. | VARCHAR |