Add influx DRBP mapping (#107744)

This commit is contained in:
Alyssa Joyner
2025-07-08 14:14:47 +00:00
committed by GitHub
parent e920bd2d29
commit 4830969305
@@ -41,7 +41,13 @@ export const UrlAndAuthenticationSection = (props: Props) => {
const requiresDrbpMapping =
options.jsonData.product &&
options.jsonData.version === InfluxVersion.InfluxQL &&
['InfluxDB OSS 1.x', 'InfluxDB OSS 2.x'].includes(options.jsonData.product);
[
'InfluxDB OSS 1.x',
'InfluxDB OSS 2.x',
'InfluxDB Enterprise 1.x',
'InfluxDB Cloud (TSM)',
'InfluxDB Cloud Serverless',
].includes(options.jsonData.product);
const onProductChange = ({ value }: ComboboxOption) => {
trackInfluxDBConfigV2ProductSelected({ product: value });