Skip to content

Commit

Permalink
Applied change to doc/user_guide/example-udf-script/create.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Nov 6, 2024
1 parent a47cb27 commit 2661790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user_guide/example-udf-script/create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ExampleQueryHandler(UDFQueryHandler):
return f"{timestamp} {key} {self.parameter}"

def table_query_string(statement: str, **kwargs):
table_name = self.db_table_proxy._db_object_name.fully_qualified
table_name = self.db_table_proxy.fully_qualified
return statement.format(table_name=table_name, **kwargs)

def table_query(statement: str, **kwargs):
Expand Down

0 comments on commit 2661790

Please sign in to comment.