Skip to content

Conversation

@jeremytang-db
Copy link

Create a Logger to write to a temp file any exceptions or any other information we may wish to log.

@jeremytang-db jeremytang-db changed the title feat(csharp/src/Drivers/Databricks) Add Logging Capabilities to Databricks driver feat(csharp/src/Drivers/Databricks): Add Logging Capabilities to Databricks driver Aug 4, 2025
return;
}

if(activity.OperationName?.EndsWith("ExecuteStatementAsync") == true)
Copy link
Contributor

@birschick-bq birschick-bq Aug 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the name of the function may get renamed, you should use nameof(ExecuteStatementAsync)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants