Question

reading from global environment file

  • 17 March 2022
  • 1 reply
  • 23 views

i have environment file which has following key values and how can i configure at deployment/engine level and access values in pipeline

cluster_id=XXXXXXX

path=XXXXXXXXX

schema_name=XXXXXXXX

 


1 reply

Userlevel 3
Badge +1

Hi @ashok verma It looks like you would want to use Runtime properties. Refer https://docs.streamsets.com/portal/datacollector/latest/help/datacollector/UserGuide/Pipeline_Configuration/RuntimeValues.html#concept_fjx_g31_1s on how to use or set it up.

Reply