"""Select all tables in the table queue.""" SELECT_ALL_TABLES_TO_INGEST = """ SELECT * FROM {catalog}.{schema}.{env}_BULK_ASSET_TABLE_QUEUE ORDER BY ID ASC ; """