We need to make sure that session id includes all needed information required so we can easily distinguish them. Currently, session id only indicates the project_name and model name when enable_session_per_model property is turned on.
Describe alternatives you've considered
The request is to add additional fields to the session id like profile name or target schema name to make sure we understand the context of the execution and can distinguish these sessions.
Describe the feature
Hi Team,
We need to make sure that session id includes all needed information required so we can easily distinguish them. Currently, session id only indicates the project_name and model name when enable_session_per_model property is turned on.
Describe alternatives you've considered
The request is to add additional fields to the session id like profile name or target schema name to make sure we understand the context of the execution and can distinguish these sessions.
Are you interested in contributing this feature?
I plan to make a PR to address this request!