cancel
Showing results for 
Search instead for 
Did you mean: 
GMB
New Contributor II
since ‎02-07-2024
‎05-17-2024

User Stats

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi,I'm trying to execute the following code:%sqlSELECT LSOA21CD,       ST_X(ST_GeomFromWKB(Geom_Varbinary)) AS STX,       ST_Y(ST_GeomFromWKB(Geom_Varbinary)) AS STYFROM ordnance_survey_lsoas_december_2021_population_weighted_centroidsWHERE LSOA21CD ...
Hi,If I update a Tag on a table within a Noetbook as follows:sql = f"""ALTER TABLE {silver_catalog}.public.tablename SET TAGS ('Is_published' = 'Y');"""spark.sql(sql)Then the User ID and Username, nor Notebook is populated when I look in the History ...