1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
Contenus pertinents
- demandé il y a 9 mois
- demandé il y a un an
- demandé il y a un an
- AWS OFFICIELA mis à jour il y a 5 ans
- AWS OFFICIELA mis à jour il y a 3 ans
