You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2018/03/02 05:42:00 UTC

[jira] [Updated] (AIRFLOW-2159) Fix typos in salesforce_hook

     [ https://issues.apache.org/jira/browse/AIRFLOW-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Homan updated AIRFLOW-2159:
---------------------------------
    Fix Version/s: Airflow 2.0

> Fix typos in salesforce_hook
> ----------------------------
>
>                 Key: AIRFLOW-2159
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2159
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: hooks
>            Reporter: Jakob Homan
>            Assignee: Dan Fowler
>            Priority: Major
>             Fix For: Airflow 2.0
>
>
> There are several typos in the saleforce_hook file that would be a good starter task to fix.
> {noformat}
>     - ndjson:
>         JSON array but each element is new-line deliminated
>         instead of comman deliminated like in `json`
> This requires a significant amount of cleanup.
> Pandas doesn't handle output to CSV and json in a uniform way.
> This is especially painful for datetime types.
> Pandas wants to write them as strings in CSV,
> but as milisecond Unix timestamps.{noformat}
> To fix: comman, deliminated, milisecond.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)