cancel
Showing results for 
Search instead for 
Did you mean: 
AgusBudianto
New Contributor III
since ‎12-15-2024
Sunday

User Stats

  • 9 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

I defined the following local time function get datetime: def get_sysdate():    jkt_tz = pytz.timezone('Asia/Jakarta')     sysdate = datetime.now(jkt_tz).strftime('%Y-%m-%d %H:%M:%S')    return sysdatespark.udf.register("get_sysdate", get_sysdate)But...
I got information that the latest release of Unity Catalog already supports Store Procedure, but I have searched from several sources that Unity catalog does not support Store Procedure, according to the following post: https://community.databricks.c...
Kudos from
Kudos given to