cancel
Showing results for 
Search instead for 
Did you mean: 
hdu
New Contributor III
since ‎08-28-2024
2 weeks ago

User Stats

  • 4 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

Hi folks, The following code runs as expected, and all three rules are validated.     @dp.view(name=f"v_validate_source_{table}")    @dp.expect_all_or_drop({"201-Data row":"row_cnt > 0"})    @dp.expect_all_or_drop({        "101-One footer row" : "foo...
I am trying to change cluster's owner using API call. but get following error. I am positive that host, cluster_id and owner_username are all correct. The error message says No API found. Is this related with the compute I am using? or something else...
I transfered the owner of pre-created datasets (catalogs and schemas) by workspace admin to a service principle.ALTER CATALOG xyz OWNER TO `sp`;I think as the owner, the job owned by `sp`, should be able to create table in all schemas under catalog x...
Kudos given to