aws-samples / dbt-glue

This repository contains de dbt-glue adapter
Apache License 2.0
91 stars 59 forks source link

Improve session id naming when enable_session_per_model is turned on #376

Closed yaroslav-ost closed 2 months ago

yaroslav-ost commented 2 months ago

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!