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
In the Middleware class, conditionals are associated with middlewares by name, instead of by instance. This could cause confuded conditional retrieval when using multiple instances of the same middleware.
Current Behaviour
Bind conditionals per middleware instance or CDK resource name which are both guaranteed to be unique.
Code snippet
No response
Steps to Reproduce
No response
Possible Solution
No response
Project Lakechain version
latest
Execution logs
No response
The text was updated successfully, but these errors were encountered:
Expected Behaviour
In the
Middleware
class, conditionals are associated with middlewares by name, instead of by instance. This could cause confuded conditional retrieval when using multiple instances of the same middleware.Current Behaviour
Bind conditionals per middleware instance or CDK resource name which are both guaranteed to be unique.
Code snippet
No response
Steps to Reproduce
No response
Possible Solution
No response
Project Lakechain version
latest
Execution logs
No response
The text was updated successfully, but these errors were encountered: