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
louga31
changed the title
[Bug]: dataSourceConfig.dynamicParamsConfig is undefines when using the Firebase plugin
[Bug]: dataSourceConfig.dynamicParamsConfig is undefined when using the Firebase plugin
Jul 28, 2023
Is there an existing issue for this?
Current Behavior
When running a query using the Firebase plugin, I get this error:

Expected Behavior
The query should go through and not cause an error
Steps to reproduce
Environment
OS: Ubuntu 22.04.2 LTS aarch64
Kernel: 5.15.0-1037-oracle aarch64
Arch: aarch64
Docker version: 24.0.2
Git version: 2.34.1
Shell: /bin/zsh
Additional Information
The error happens in the if condition of the runPluginQuery function (server/node-service/src/services/plugin.ts line 217)


By adding this logging:
I can confirm dataSourceConfig.dynamicParamsConfig is indeed undefined
The text was updated successfully, but these errors were encountered: