gorkaada_BI
New Contributor II
val dfh = spark.sql(s"""
CALL glue_catalog.system.create_changelog_view(
  table => '<>table',
  options => map('start-snapshot-id', '$startSnapshotId', 'end-snapshot-id', '$endSnapshotId'),
  changelog_view => table_v
)
""")
lead to 
ParseException: [PROCEDURE_NOT_SUPPORTED] Stored procedure is not supported SQLSTATE: 0A000