1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
1
Hi , without seeing the full View DDL it is hard to understand if there is a specific issue with the view. A workaorund that was previously suggested by on stackoverflow by someone I trust is to try deleting the view object from the Glue Data Catalog directly, via console or using the following command in the CLI:
$ aws glue delete-table \
--region THE_REGION \
--database-name THE_DATABASE \
--name THE_NAME_OF_THE_VIEW
hope this helps
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 3 Jahren
- AWS OFFICIALAktualisiert vor 5 Monaten
