"""Select a table from the table queue by name.""" SELECT_TABLE_BY_TABLE_NAME = """ SELECT * FROM {catalog}.{schema}.{env}_BULK_ASSET_TABLE_QUEUE WHERE SOURCE_TABLE = {source_table} ; """