-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"UTC" is recognized as "Z" to be compatible with the legacy style. #331
Comments
Hello, @KrmBngL Did you post the same question on the Stack overflow? When you ask a question, write your environment information like
If you ask about the error When you use 0.11.2, you need few steps (ex. setup JRuby) |
Hi @hiroyuki-sato thank you for information. I tried 0.9.25 on another vm. But im getting this error in this version when i run .yml file
Error: while scanning a simple key My os version: Oracle Linux 7.9 PostgreSQL Version: 15.4 Listing plugins:Gem plugin path is: *** LOCAL GEMS *** bundler (1.16.0) And my .yml file. I masked some information, in: out: |
Hello, @KrmBngL It seems that you are violate YAML style. Try to use in:
type: postgresql
host: host
user: user
database: database
# write your SQL like below. `|` character and indent are important.
query: |
select
column
from
table
where
pg_created_at > '2018-01-01'
out:
type: stdout |
While transferring data from SQL Server to PostgreSQL with Embulk, I get an error as follows.
2023-12-04 19:07:08.875 +0300 [INFO] (0001:transaction): Loaded plugin embulk-input-sqlserver (0.13.2)
2023-12-04 19:07:08.939 +0300 [INFO] (0001:transaction): Loaded plugin embulk-output-postgresql (0.10.3)
2023-12-04 19:07:09.048 +0300 [WARN] (0001:transaction): "UTC" is recognized as "Z" to be compatible with the legacy style.
.
.
.
2023-12-04 19:07:10.042 +0300 [INFO] (0001:transaction): > 0.00 seconds
2023-12-04 19:07:10.090 +0300 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
2023-12-04 19:07:10.117 +0300 [WARN] (0018:task-0000): Z is deprecated as a military time zone name. Use UTC instead.
2023-12-04 19:07:10.122 +0300 [WARN] (0018:task-0000): "Z" is recognized as "Z" to be compatible with the legacy style.
My embulk version: embulk 0.8.38
My postgresql version: 15.4
My java version: 1.8
This is the list of gems in the embulk gem list.
embulk-input-sqlserver (0.13.2 java)
embulk-output-postgresql (0.10.3 java, 0.8.7)
The text was updated successfully, but these errors were encountered: