Jakob Homan created AIRFLOW-2159:
------------------------------------

             Summary: 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


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)

Reply via email to