This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Have you read @jackie's blog "Language User Interface (LUI) Patterns in AI"? What benefits do you see to natural language interactions in AI? What do you think are the biggest obstacles?
Hello, I have a requirement where multiple instances of the same triggered task has to be run concurrently. I have a pipeline Load_control.pip that takes several inputs and based on different inputs, it performs different operations. A triggered ...
Hello, I have a simple pipeline where the first snap is a File Reader. It should read a ~3.3M file using SFTP. Sometimes it reads the entire file, and other times it partially reads the file. I ran the pipeline twice three minutes apart. The firs...
We have a specific requirement where we need to import some data from several sources (example: Snowflake) and load them in SQL Server on premise table. Once that is done, some of the columns of the SQL Server table should be updated. This update sta...
I am trying to setup an idoc listener in Snaplogic and was finding it difficult to know the configuration requirements in SAP.Can you please share the details of configurations required in Snaplogic and SAP for the idoc listener?
Hello everyone,I have a json that looks like the bellow and I want to filter the $input0 data by whatever key/values exists in $filterData in the end. The $filterData may have ID or Customer (in this example it has ID). I have tried in Mapper with fi...
I've a problem with disabling a specific key in a room[] array. I've tried many ways but still haven't found any solution.am trying to disable in area key in room[] array.My Inputs{"house": {"room": [ {"name": "Bedroom","area": 10}, {"name": "Bathroo...
We have created few pipeline where we are using ELT execute to run multiple DML queries to Snowflake. Our initial assumption was that if we give multiple queries in the ELT execute snap , they will run one by one and will be queued until previous que...