Documentation
¶
Index ¶
- Variables
- func GetTableMetadata(ctx context.Context, catalogID, tableName string) ([]byte, error)
- func PullLogs(ctx context.Context, writer *os.File, logGroup, logStream string, ...) error
- func ReadFromS3(ctx context.Context, name string) ([]byte, error)
- func WriteToS3(ctx context.Context, name string, data []byte, _ os.FileMode) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoTableName = fmt.Errorf(`no table and / or namespace name provided`) ErrMissingCatalogTableMetadata = fmt.Errorf(`missing table metadata in the glue catalog`) )
Functions ¶
func GetTableMetadata ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.