You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add query_tags parameter support for execute methods (#736)
* Add statement level query tag support by introducing it as a parameter on execute* methods
Signed-off-by: Jiabin Hu <jiabin.hu@databricks.com>
* Add query_tags support to executemany method
- Added query_tags parameter to executemany() method
- Query tags are applied to all queries in the batch
- Updated example to demonstrate executemany usage with query_tags
- All tests pass (122/122 client tests)
Signed-off-by: Jiabin Hu <jiabin.hu@databricks.com>
* add example that doesn't have tag
Signed-off-by: Jiabin Hu <jiabin.hu@databricks.com>
* fix presubmit errors
Signed-off-by: Jiabin Hu <jiabin.hu@databricks.com>
* another lint
Signed-off-by: Jiabin Hu <jiabin.hu@databricks.com>
* address review comments
Signed-off-by: Jiabin Hu <jiabin.hu@databricks.com>
---------
Signed-off-by: Jiabin Hu <jiabin.hu@databricks.com>
0 commit comments