We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035b0f4 commit f23f7bcCopy full SHA for f23f7bc
digital_land/commands.py
@@ -514,9 +514,7 @@ def dataset_update(
514
specification_dir=None, # TBD: package should use this specification object
515
)
516
# Copy files from S3 and load into tables
517
- table_name = os.path.basename(
518
- os.path.dirname(input_paths[0])
519
- ) # Find way to set this in a less hacky way
+ table_name = dataset
520
package.load_from_s3(
521
bucket_name=bucket_name, object_key=object_key, table_name=table_name
522
0 commit comments