awslabs / amazon-emr-vscode-toolkit

A VS Code Extension to make it easier to manage and develop Spark jobs on EMR
https://marketplace.visualstudio.com/items?itemName=AmazonEMR.emr-tools
Apache License 2.0
29 stars 4 forks source link

Add Glue Catalog Explorer #1

Closed lmouhib closed 2 years ago

lmouhib commented 2 years ago

Issue #, if available:

Description of changes: This PR added the ability to explore a Glue Data Catalog from VS Code.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dacort commented 2 years ago

One other thing I noticed is that struct data types get interpreted as HTML (with the <). I'll figure out that change before I merge.

lmouhib commented 2 years ago

One other thing I noticed is that struct data types get interpreted as HTML (with the <). I'll figure out that change before I merge.

Ow, Interesting, I have not seen this, maybe an escape character? it would probably mean we need to do some check before we pass the jsScript.

dacort commented 2 years ago

Yea, just need to change innerHTML to innerText.