About the Testing, Deployment, and Automation category
Use this section to discuss best practices for Testing, Deployment, and Automation.
Use this section to discuss best practices for Testing, Deployment, and Automation.
I have created an expression library as below: { ‘DEPT’: { “EG” : “Engineering”, “HR” : “Human Resource”, “FIN” : “FInance” }, AddDescription : element => (element.filter(x=>x.sector==‘USA’).map(x=> x.extend({‘Description’:this.DEPT.get(x.deptId)}))....
I have a special quarter division requirement where I have to allot data to different quarters based on the dates they belong, for this I need to get the first Monday of each month, tried the below logic to get it but not working for the Monday part....
Hi, I’m having it very difficult to fill the value of a key/value pair wit another value. I Have an object that consists of a list of strings that are each unique. but with each string inside the object there is a value outside the object for each it...
Hi , We pull the data from Kafka and put it and the database, but we realized the Kafka consumer skips the data/offsets if the pipeline fails. for example: in a run Kafka consumer is supposed to read offset 3,4,5 but it pipeline fails so it skips the...
Hello, So I have a DataSet that looks like this: { Name : testvalue1, Name : testvalue2 } But I want to change the key ‘Name’ into the value it contains: output { testvalue1 : testvalue1, testvalue2 : testvalue2 } It’s needed because after that I w...
Hi, I had an issue with DateTime conversion issues Insert records when migrating data from MySQL to DB2. MYSQL dateformat : 2022-03-17 05:10:10 DB2 timeformat 2022/03/17 05:10:10 I am getting the following error Failure: SQL operation failed, Reason...
How can lineage–source information, target information, field transformations/calculations/derivations, etc.–be extracted from a group of pipelines? I need to be able to do so, to adhere to our company’s data governance rules around data movement. ...
User | Count |
---|---|
321 | |
221 | |
178 | |
152 | |
116 |