Feat/environment variables in workflow (#6515)
Co-authored-by: JzoNg <jzongcode@gmail.com>
This commit is contained in:
parent
87d583f454
commit
5e6fc58db3
146 changed files with 2486 additions and 746 deletions
3
api/contexts/__init__.py
Normal file
3
api/contexts/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from contextvars import ContextVar
|
||||
|
||||
tenant_id: ContextVar[str] = ContextVar('tenant_id')
|
||||
Loading…
Add table
Add a link
Reference in a new issue