@mattcasters@diethardsteiner@ApacheHop It's 9.1, and I am running test-job.kjb in data-integration/samples/transformations/job_executor/ with database logging turned on.
If you could point me in the direction of someone who could help.
#PDI#kettle#pentaho If(like me) no javascript skills, use built-in #h2 database to generate rowsets with familiar constants like "today":
H2 conn- localhost/mem:db; port 8082
statement- SELECT FORMATDATETIME(TODAY,'yyyy-MM-dd')
Learn basic functions and capabilities of PDI while gaining insight into best practices for successful use in real world cases. https://t.co/9fqY4yzm6E #LearnHitachi
@codek1@Pentaho (1) put mssql-jdbc jar into data-integration\lib\ (2)put mssql-jdbc_auth-8.2.1.x64.dll into data-integration\libswt\win64\
(3)make conn as Native with pwd and user (4)Check “use integrated security” (5)for “options” add properties:authenticationScheme - NTLM; domainName - domain
1) create a bitbucket repo for ktr, properties and jndi.
2) locally always pull before exec
3) in #dockerfile add "make ktr repo", "pull from repo" and "replace stock config"
4) all relative paths
When number of attributes (staged as #JSON) is dynamic, model only business keys and their relationships (#HUBS n'#LINKS) in #datavault. Model whole JSON into "JSON"-sattelite. Extraction of concrete attribs is def by #reporting needs.