Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub
Tianoklein commented on issue #4050: URL: https://github.com/apache/hop/issues/4050#issuecomment-2176586960 Hi, Ok. For **Input** they works well as a workaround. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub
hansva commented on issue #4050: URL: https://github.com/apache/hop/issues/4050#issuecomment-2176247411 works with the local engine, just tested it. And it is also marked this way in the documentation. https://hop.apache.org//manual/latest/pipeline/transforms/beambigqueryinput.html --

Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub
Tianoklein commented on issue #4050: URL: https://github.com/apache/hop/issues/4050#issuecomment-2176238137 Unless I'm wrong, "Beam BigQuery Input" doesn't work with "Local Engine" - only on DataFlow engine - which is too expensive for me for now. Please let me know if there is anything

Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub
hansva commented on issue #4050: URL: https://github.com/apache/hop/issues/4050#issuecomment-2176192110 I suggest using the bigquery input, this one works with the Hop engine too -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub
hansva commented on issue #4050: URL: https://github.com/apache/hop/issues/4050#issuecomment-2176178786 yup, it seems the Simba dependencies are not matching with our own at the moment and there is no easy fix for this. I'll try and get it sorted out but there won't be a short term fix

Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub
Tianoklein commented on issue #4050: URL: https://github.com/apache/hop/issues/4050#issuecomment-2176033618 Hi, google-auth-library-credentials-**1.12.1**.jar is the original and I get the original error. Today I updated to google-auth-library-credentials-**1.23.0**.jar and I still

Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub
hansva commented on issue #4050: URL: https://github.com/apache/hop/issues/4050#issuecomment-2175984228 You still have the error? it seems we still shipped `/hop/lib/beam/google-auth-library-credentials-1.12.1.jar` and this one did not have that Method -- This is an automated message

Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub
Tianoklein commented on issue #4050: URL: https://github.com/apache/hop/issues/4050#issuecomment-2175963837 Hi, Thanks for your help. I'm using the version 1.23.0 in both folders (\hop\lib\beam) and (\hop\plugins\databases\googlebigquery\lib): Below the output for all files

Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub
hansva commented on issue #4050: URL: https://github.com/apache/hop/issues/4050#issuecomment-2175514560 which libraries have you copied over from the Simba JDBC driver? I think you will have to replace the google-auth-library-credentials and google-auth-library-oauth2-http under lib/beam

Re: [PR] Translations update from Weblate (hop)

2024-06-18 Thread via GitHub
hansva merged PR #4041: URL: https://github.com/apache/hop/pull/4041 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub
hansva commented on issue #4050: URL: https://github.com/apache/hop/issues/4050#issuecomment-2175218593 .take-issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-17 Thread via GitHub
Tianoklein commented on issue #4050: URL: https://github.com/apache/hop/issues/4050#issuecomment-2173213542 Does anyone have a chance to check this? Is this a bug or is there a workaround? -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] [Bug]: Error reading object from XML file (hop)

2024-06-17 Thread via GitHub
RafaelAndrelladeLima commented on issue #4060: URL: https://github.com/apache/hop/issues/4060#issuecomment-2173176945 Two DAGs are attached. "dag_atualizacao_usuario_google.py" is running successfully and "dag_atualizacao_usuario_central.py" gives the error mentioned in the issue.

Re: [PR] fix #4063 - StorageException while writing large parquet files to ADLSv2 (hop)

2024-06-17 Thread via GitHub
bamaer merged PR #4064: URL: https://github.com/apache/hop/pull/4064 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

[PR] fix #4063 - StorageException while writing large parquet files to ADLSv2 (hop)

2024-06-14 Thread via GitHub
sramazzina opened a new pull request, #4064: URL: https://github.com/apache/hop/pull/4064 fix #4063 - StorageException while writing large parquet files to ADLSv2 Thank you for your contribution! Follow this checklist to help us incorporate your

Re: [I] [Bug]: Text file input - unable to read data with line breaks in them (hop)

2024-06-14 Thread via GitHub
mattcasters commented on issue #4022: URL: https://github.com/apache/hop/issues/4022#issuecomment-2167811696 The CSV File input transform accepts file names as input. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] [Bug]: Text file input - unable to read data with line breaks in them (hop)

2024-06-14 Thread via GitHub
jaapandre commented on issue #4022: URL: https://github.com/apache/hop/issues/4022#issuecomment-2167523000 Does not work for me, the CSV input step, does not support wildcard for files, nor get file from previous step and no output fields (last modification date). Well maybe I can use a

Re: [I] [Bug]: Text file input - unable to read data with line breaks in them (hop)

2024-06-13 Thread via GitHub
usbrandon commented on issue #4022: URL: https://github.com/apache/hop/issues/4022#issuecomment-2166442566 I hope this will also get implemented at some point soon. There is a CSV input step that does have the ability not to get screwed up by line breaks in the cells. I had to use that

Re: [I] [Bug]: Error reading object from XML file (hop)

2024-06-13 Thread via GitHub
RafaelAndrelladeLima commented on issue #4060: URL: https://github.com/apache/hop/issues/4060#issuecomment-2166334932 Good afternoon. I'm trying to run a workflow that has some database connections and an API call to get an authentication token. Based on the email you sent, I

[PR] fix #1927 - Cleanup XML of transform Sample Rows (hop)

2024-06-13 Thread via GitHub
sramazzina opened a new pull request, #4059: URL: https://github.com/apache/hop/pull/4059 fix #1927 - Cleanup XML of transform Sample Rows Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

Re: [I] [Bug]: Error reading object from XML file (hop)

2024-06-13 Thread via GitHub
RafaelAndrelladeLima commented on issue #4060: URL: https://github.com/apache/hop/issues/4060#issuecomment-2166347725 Regarding the image question, the image docker.io/apache/hop:latest was used Em qui., 13 de jun. de 2024 às 14:04, Bart Maertens < ***@***.***> escreveu: >

Re: [I] [Bug]: Error reading object from XML file (hop)

2024-06-13 Thread via GitHub
bamaer commented on issue #4060: URL: https://github.com/apache/hop/issues/4060#issuecomment-2166303950 would you mind explaining what is going on here and what the problem is? A `ClassNotFoundException` on `JoinRowsMeta` makes me think you built your own Hop (Web) image, is that

Re: [I] [Task]: Cleanup XML of action Files Exist (hop)

2024-06-13 Thread via GitHub
sramazzina closed issue #1972: [Task]: Cleanup XML of action Files Exist URL: https://github.com/apache/hop/issues/1972 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[PR] fix #3833 - CombinationLookup - specify connection through variables (hop)

2024-06-13 Thread via GitHub
sramazzina opened a new pull request, #4058: URL: https://github.com/apache/hop/pull/4058 fix #3833 - CombinationLookup - specify connection through variables Thank you for your contribution! Follow this checklist to help us incorporate your contribution

[PR] fix #3836 - Oracle Bulk Loader - specify connection through variables (hop)

2024-06-13 Thread via GitHub
sramazzina opened a new pull request, #4053: URL: https://github.com/apache/hop/pull/4053 fix #3836 - Oracle Bulk Loader - specify connection through variables Thank you for your contribution! Follow this checklist to help us incorporate your

Re: [PR] fix #3837 - PG Bulkloader - specify connection through variables (hop)

2024-06-13 Thread via GitHub
sramazzina commented on code in PR #4046: URL: https://github.com/apache/hop/pull/4046#discussion_r1637948324 ## engine/src/main/java/org/apache/hop/core/IProvidesDatabaseConnectionInformation.java: ## @@ -23,6 +23,7 @@ * An interface for pipeline transforms that connect to a

[PR] updated Stream Schema Merge transform documentation. #4049 (hop)

2024-06-13 Thread via GitHub
bamaer opened a new pull request, #4051: URL: https://github.com/apache/hop/pull/4051 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

Re: [I] [Bug]: Text file input - unable to read data with line breaks in them (hop)

2024-06-13 Thread via GitHub
jaapandre commented on issue #4022: URL: https://github.com/apache/hop/issues/4022#issuecomment-2165243297 Have the same issue (hop 2.9, java 11), see attached input file and pipeline [Message.csv](https://github.com/user-attachments/files/15817764/Message.csv)

[I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-12 Thread via GitHub
Tianoklein opened a new issue, #4050: URL: https://github.com/apache/hop/issues/4050 ### Apache Hop version? 2.9.0 ### Java version? java 22 2024-03-19 ### Operating system Windows ### What happened? When I set a limit of 39,999 on a query, it

Re: [PR] fix #3837 - PG Bulkloader - specify connection through variables (hop)

2024-06-12 Thread via GitHub
hansva commented on code in PR #4046: URL: https://github.com/apache/hop/pull/4046#discussion_r1636770106 ## engine/src/main/java/org/apache/hop/core/IProvidesDatabaseConnectionInformation.java: ## @@ -23,6 +23,7 @@ * An interface for pipeline transforms that connect to a

Re: [PR] Fix #3686 - CLI commands on Windows when folder variables contain spaces (hop)

2024-06-12 Thread via GitHub
hansva merged PR #4048: URL: https://github.com/apache/hop/pull/4048 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

Re: [I] [Bug]: The HOP cli commands fail on Windows when HOP folder variables contain blanks (hop)

2024-06-12 Thread via GitHub
hansva closed issue #3686: [Bug]: The HOP cli commands fail on Windows when HOP folder variables contain blanks URL: https://github.com/apache/hop/issues/3686 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[PR] Fix #4025 - Update calculator.adoc (#1) (hop)

2024-06-12 Thread via GitHub
dave-csc opened a new pull request, #4047: URL: https://github.com/apache/hop/pull/4047 * Fix #4025 - Update calculator.adoc Added descriptions for Metadata Injection as suggested, and "Metadata Injection support" paragraph Added rows for 6 undocumented functions in Calculator

[PR] fix #3837 - PG Bulkloader - specify connection through variables (hop)

2024-06-12 Thread via GitHub
sramazzina opened a new pull request, #4046: URL: https://github.com/apache/hop/pull/4046 fix #3837 - PG Bulkloader - specify connection through variables Thank you for your contribution! Follow this checklist to help us incorporate your contribution

[I] [Bug]: Move files - can't process files using previous results as args (hop)

2024-06-12 Thread via GitHub
dave-csc opened a new issue, #4045: URL: https://github.com/apache/hop/issues/4045 ### Apache Hop version? 2.9.0 ### Java version? openjdk version "21.0.2" 2024-01-16 ### Operating system Linux ### What happened? Steps to reproduce: -

Re: [PR] [SONAR] some more cleanup (hop)

2024-06-11 Thread via GitHub
hansva merged PR #4044: URL: https://github.com/apache/hop/pull/4044 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

[PR] [SONAR] some more cleanup (hop)

2024-06-11 Thread via GitHub
hansva opened a new pull request, #4044: URL: https://github.com/apache/hop/pull/4044 [SONAR] some more cleanup **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us

[PR] Cratedb number conversion fix (hop)

2024-06-11 Thread via GitHub
xdelox opened a new pull request, #4043: URL: https://github.com/apache/hop/pull/4043 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

[PR] Translations update from Weblate (hop)

2024-06-10 Thread via GitHub
hop-weblate opened a new pull request, #4041: URL: https://github.com/apache/hop/pull/4041 Translations update from [Weblate](http://translate.project-hop.org) for [Apache Hop/Hop](http://translate.project-hop.org/projects/apache-hop/hop/). It also includes following components:

Re: [PR] [SONAR] do some cleanup (hop)

2024-06-10 Thread via GitHub
hansva merged PR #4040: URL: https://github.com/apache/hop/pull/4040 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

[PR] [SONAR] do some cleanup (hop)

2024-06-10 Thread via GitHub
hansva opened a new pull request, #4040: URL: https://github.com/apache/hop/pull/4040 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

[PR] add nashorn installation steps to Script transform docs. fixes #4038 (hop)

2024-06-10 Thread via GitHub
bamaer opened a new pull request, #4039: URL: https://github.com/apache/hop/pull/4039 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

Re: [PR] fix some Java 17 things and disable flink, fixes #4036 (hop)

2024-06-10 Thread via GitHub
hansva merged PR #4037: URL: https://github.com/apache/hop/pull/4037 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

[PR] fix some Java 17 things and disable flink, fixes #4036 (hop)

2024-06-10 Thread via GitHub
hansva opened a new pull request, #4037: URL: https://github.com/apache/hop/pull/4037 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

Re: [I] [Task]: Weblate is not referenced anywhere on the site (hop)

2024-06-10 Thread via GitHub
hansva closed issue #3998: [Task]: Weblate is not referenced anywhere on the site URL: https://github.com/apache/hop/issues/3998 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Add icon to ValueMetaGraph #4031 (hop)

2024-06-09 Thread via GitHub
hansva merged PR #4032: URL: https://github.com/apache/hop/pull/4032 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

Re: [I] [Task]: Add icon to ValueMetaGraph (hop)

2024-06-09 Thread via GitHub
hansva closed issue #4031: [Task]: Add icon to ValueMetaGraph URL: https://github.com/apache/hop/issues/4031 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [I] [Task]: Update Junit to version 5 (hop)

2024-06-09 Thread via GitHub
hansva closed issue #2616: [Task]: Update Junit to version 5 URL: https://github.com/apache/hop/issues/2616 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] Update to junit 5 and POM cleanup, #2616 (hop)

2024-06-09 Thread via GitHub
hansva merged PR #4033: URL: https://github.com/apache/hop/pull/4033 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

[PR] Update to junit 5 and POM cleanup, #2616 (hop)

2024-06-09 Thread via GitHub
hansva opened a new pull request, #4033: URL: https://github.com/apache/hop/pull/4033 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

[PR] Add icon to ValueMetaGraph #4031 (hop)

2024-06-08 Thread via GitHub
nadment opened a new pull request, #4032: URL: https://github.com/apache/hop/pull/4032 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[I] [Task]: Add icon to ValueMetaGraph (hop)

2024-06-08 Thread via GitHub
nadment opened a new issue, #4031: URL: https://github.com/apache/hop/issues/4031 ### What needs to happen? ![image](https://github.com/apache/hop/assets/39568358/7cb69ff9-4f04-4041-97b1-82fe267e9a49) ### Issue Priority Priority: 3 ### Issue Component

Re: [I] [Task]: Update Junit to version 5 (hop)

2024-06-08 Thread via GitHub
hansva commented on issue #2616: URL: https://github.com/apache/hop/issues/2616#issuecomment-2156069083 .take-issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] add formatter for pom files, fixes #4028 (hop)

2024-06-07 Thread via GitHub
hansva merged PR #4029: URL: https://github.com/apache/hop/pull/4029 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

Re: [I] [Task]: Add formatter for poms (hop)

2024-06-07 Thread via GitHub
hansva closed issue #4028: [Task]: Add formatter for poms URL: https://github.com/apache/hop/issues/4028 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] additional sample for log parsing in javascript action. #2238 (hop)

2024-06-07 Thread via GitHub
hansva merged PR #4030: URL: https://github.com/apache/hop/pull/4030 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

[PR] additional sample for log parsing in javascript action. #2238 (hop)

2024-06-07 Thread via GitHub
bamaer opened a new pull request, #4030: URL: https://github.com/apache/hop/pull/4030 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

[PR] add formatter for pom files, fixes #4028 (hop)

2024-06-07 Thread via GitHub
hansva opened a new pull request, #4029: URL: https://github.com/apache/hop/pull/4029 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

Re: [PR] Clean up of dialog constructors for actions and pipelines #4006 (hop)

2024-06-07 Thread via GitHub
hansva commented on PR #4007: URL: https://github.com/apache/hop/pull/4007#issuecomment-2154641913 awesome work @nadment ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] Clean up of dialog constructors for actions and pipelines #4006 (hop)

2024-06-07 Thread via GitHub
hansva merged PR #4007: URL: https://github.com/apache/hop/pull/4007 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

Re: [PR] fix #3838 (hop)

2024-06-07 Thread via GitHub
hansva merged PR #3938: URL: https://github.com/apache/hop/pull/3938 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

Re: [I] [Feature Request]: SQL File Output Meta - specify connection through variables (hop)

2024-06-07 Thread via GitHub
hansva closed issue #3838: [Feature Request]: SQL File Output Meta - specify connection through variables URL: https://github.com/apache/hop/issues/3838 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] [Task]: update maven plugin dependencies (hop)

2024-06-07 Thread via GitHub
hansva closed issue #4026: [Task]: update maven plugin dependencies URL: https://github.com/apache/hop/issues/4026 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] update maven dependencies + cleanup, fixes #4026 (hop)

2024-06-07 Thread via GitHub
hansva merged PR #4027: URL: https://github.com/apache/hop/pull/4027 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

Re: [I] [Task]: Include hop-config in export (hop)

2024-06-07 Thread via GitHub
hansva closed issue #4023: [Task]: Include hop-config in export URL: https://github.com/apache/hop/issues/4023 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] export hop-config.json, fixes #4023 (hop)

2024-06-07 Thread via GitHub
hansva merged PR #4024: URL: https://github.com/apache/hop/pull/4024 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

[PR] update maven dependencies + cleanup, fixes #4026 (hop)

2024-06-06 Thread via GitHub
hansva opened a new pull request, #4027: URL: https://github.com/apache/hop/pull/4027 update maven dependencies + cleanup, fixes #4026 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this

[I] [Task]: Documentation improvement - Metadata injection (hop)

2024-06-06 Thread via GitHub
dave-csc opened a new issue, #4025: URL: https://github.com/apache/hop/issues/4025 ### What needs to happen? The Metadata Injection documentation should be improved for those transforms that have (in their GUI) options in a combobox or similar, especially when their text doesn't fit

[PR] export hop-config.json, fixes #4023 (hop)

2024-06-06 Thread via GitHub
hansva opened a new pull request, #4024: URL: https://github.com/apache/hop/pull/4024 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

Re: [PR] Use compare using values by default in Unique rows hashset #3908 (hop)

2024-06-06 Thread via GitHub
hansva merged PR #4019: URL: https://github.com/apache/hop/pull/4019 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

Re: [I] [Bug]: "Unique rows (HashSet)" has a bug and drops records (hop)

2024-06-06 Thread via GitHub
hansva closed issue #3908: [Bug]: "Unique rows (HashSet)" has a bug and drops records URL: https://github.com/apache/hop/issues/3908 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[I] [Bug]: Text file input - unable to read data with line breaks in them (hop)

2024-06-06 Thread via GitHub
dave-csc opened a new issue, #4022: URL: https://github.com/apache/hop/issues/4022 ### Apache Hop version? 2.9.0 ### Java version? openjdk version "21.0.2" 2024-01-16 ### Operating system Linux ### What happened? (Possible known issue, see

[I] [Bug]: CSV File Input - unable to set constant as null value (hop)

2024-06-06 Thread via GitHub
dave-csc opened a new issue, #4021: URL: https://github.com/apache/hop/issues/4021 ### Apache Hop version? 2.9.0 ### Java version? openjdk version "21.0.2" 2024-01-16 ### Operating system Linux ### What happened? In Hop GUI the CSV file input

[I] [Bug]: Filter Rows - BigNumber (hop)

2024-06-05 Thread via GitHub
pauloricardoferreira opened a new issue, #4020: URL: https://github.com/apache/hop/issues/4020 ### Apache Hop version? 2.9 ### Java version? 11 ### Operating system Windows ### What happened? Hello, sorry for my English, I'm using Google

Re: [PR] Fix #3321 improved documentation (hop)

2024-06-05 Thread via GitHub
hansva merged PR #3980: URL: https://github.com/apache/hop/pull/3980 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

Re: [PR] Fix #3321 improved documentation (hop)

2024-06-05 Thread via GitHub
hansva commented on PR #3980: URL: https://github.com/apache/hop/pull/3980#issuecomment-2149994229 PR looks great, thanks for the work @dsanderbi ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] [Task]: improve documentation on Set Variables action (hop)

2024-06-05 Thread via GitHub
hansva closed issue #3321: [Task]: improve documentation on Set Variables action URL: https://github.com/apache/hop/issues/3321 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Fixed typo! (hop)

2024-06-05 Thread via GitHub
hansva merged PR #3993: URL: https://github.com/apache/hop/pull/3993 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

[PR] Use compare using values by default in Unique rows hashset #3908 (hop)

2024-06-05 Thread via GitHub
hansva opened a new pull request, #4019: URL: https://github.com/apache/hop/pull/4019 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

Re: [I] [Bug]: pipeline not marked as modified after onlu change in field mapping in Table Output (hop)

2024-06-05 Thread via GitHub
hansva commented on issue #3922: URL: https://github.com/apache/hop/issues/3922#issuecomment-2149565055 cannot reproduce, I tried changing the fields, the connection, schema/table name they all triggered that the pipeline was changed -- This is an automated message from the Apache Git

Re: [I] [Bug]: pipeline not marked as modified after onlu change in field mapping in Table Output (hop)

2024-06-05 Thread via GitHub
hansva closed issue #3922: [Bug]: pipeline not marked as modified after onlu change in field mapping in Table Output URL: https://github.com/apache/hop/issues/3922 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] [Feature Request]: Connection to Remote Repository (hop)

2024-06-05 Thread via GitHub
hansva closed issue #3817: [Feature Request]: Connection to Remote Repository URL: https://github.com/apache/hop/issues/3817 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] Add jdbc drivers to Hop Web, fixes #4013 (hop)

2024-06-05 Thread via GitHub
SaxenaShiv commented on PR #4014: URL: https://github.com/apache/hop/pull/4014#issuecomment-2148971866 Hi, I have tried out the hop web docker image but I have still encountered an error related to the jdbc postgres driver support. ``` Error connecting to database

Re: [I] [Feature Request]: Flag to enable data received from another transform in Table Input (hop)

2024-06-04 Thread via GitHub
pauloricardoferreira commented on issue #4017: URL: https://github.com/apache/hop/issues/4017#issuecomment-2148292473 Sorry for my English, I'm using Google Translate. Evaluating the "Table Input" Transform, I felt the need to have a box to Enable/Disable the option: Insert Data From

Re: [I] [Feature Request]: Flag to enable data received from another transform in Table Input (hop)

2024-06-04 Thread via GitHub
hansva commented on issue #4017: URL: https://github.com/apache/hop/issues/4017#issuecomment-2147962414 This request is not clear to me, can you give some more explanation? preferably using the user story model

Re: [I] [Bug]: Hop Web clipboard access is not available for non-localhost servers (hop)

2024-06-04 Thread via GitHub
hlcianfagna commented on issue #1897: URL: https://github.com/apache/hop/issues/1897#issuecomment-2147930560 Still an issue with `docker.io/apache/hop-web:latest` (2.9.0) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[I] [Feature Request]: Move files in File Explorer (hop)

2024-06-04 Thread via GitHub
pauloricardoferreira opened a new issue, #4018: URL: https://github.com/apache/hop/issues/4018 ### What would you like to happen? It would be awesome to be able to move files around in Hop's File Explorer. In addition to Move, there could also be some form of tracking where if

[I] [Feature Request]: Delete transform - show evidence of deleted rows (hop)

2024-06-04 Thread via GitHub
dave-csc opened a new issue, #4016: URL: https://github.com/apache/hop/issues/4016 ### What would you like to happen? The Delete transform does its job, it deletes rows from a table based on the specified criteria, however it shows no evidence in the (Basic) log of what has been

Re: [PR] Action Move Files - Support of tests against Azurite testcontainer or actual Azure on the cloud (hop)

2024-06-04 Thread via GitHub
hansva merged PR #3989: URL: https://github.com/apache/hop/pull/3989 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

Re: [I] [Task]: Azure Move Files - Support of tests against Azurite testcontainer or actual Azure on the cloud (hop)

2024-06-04 Thread via GitHub
hansva closed issue #3988: [Task]: Azure Move Files - Support of tests against Azurite testcontainer or actual Azure on the cloud URL: https://github.com/apache/hop/issues/3988 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Add jdbc drivers to Hop Web, fixes #4013 (hop)

2024-06-04 Thread via GitHub
hansva merged PR #4014: URL: https://github.com/apache/hop/pull/4014 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

[PR] Add jdbc drivers to Hop Web, fixes #4013 (hop)

2024-06-04 Thread via GitHub
hansva opened a new pull request, #4014: URL: https://github.com/apache/hop/pull/4014 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

Re: [PR] Bump org.eclipse.platform to the last version #4004 (hop)

2024-06-04 Thread via GitHub
hansva merged PR #4005: URL: https://github.com/apache/hop/pull/4005 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

Re: [I] [Task]: Bump org.eclipse.platform (hop)

2024-06-04 Thread via GitHub
hansva closed issue #4004: [Task]: Bump org.eclipse.platform URL: https://github.com/apache/hop/issues/4004 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] Bump org.eclipse.platform to the last version #4004 (hop)

2024-06-04 Thread via GitHub
hansva commented on PR #4005: URL: https://github.com/apache/hop/pull/4005#issuecomment-2146717818 tested on MacOs and tested Hop Web -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] [TRANS] fix duplicate key (hop)

2024-06-03 Thread via GitHub
hansva merged PR #4009: URL: https://github.com/apache/hop/pull/4009 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

[PR] [TRANS] fix duplicate key (hop)

2024-06-03 Thread via GitHub
hansva opened a new pull request, #4009: URL: https://github.com/apache/hop/pull/4009 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

Re: [PR] Translations update from Weblate (hop)

2024-06-03 Thread via GitHub
hansva merged PR #4000: URL: https://github.com/apache/hop/pull/4000 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

Re: [I] [Task]: Remove unused class ModPartitionerDialog (hop)

2024-06-02 Thread via GitHub
nadment closed issue #4008: [Task]: Remove unused class ModPartitionerDialog URL: https://github.com/apache/hop/issues/4008 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] Clean up of dialog constructors for actions and pipelines #4006 (hop)

2024-06-02 Thread via GitHub
nadment commented on PR #4007: URL: https://github.com/apache/hop/pull/4007#issuecomment-2143927126 I've found a way not to have to pass on the name of the transformation, but I'm not sure I know what I'm doing.

  1   2   3   4   5   6   7   8   9   10   >