{"id":47944194,"url":"https://github.com/dataiku/dss-plugin-salesforce","last_synced_at":"2026-04-04T08:20:45.881Z","repository":{"id":45599499,"uuid":"275192810","full_name":"dataiku/dss-plugin-salesforce","owner":"dataiku","description":"Write recipe for Salesforce","archived":false,"fork":false,"pushed_at":"2025-11-13T14:27:09.000Z","size":67,"stargazers_count":0,"open_issues_count":3,"forks_count":2,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-11-13T15:28:56.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataiku.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-26T15:49:44.000Z","updated_at":"2025-11-13T13:45:55.000Z","dependencies_parsed_at":"2024-12-17T13:31:18.491Z","dependency_job_id":"f77b225b-5f27-4610-9894-1348499d8f77","html_url":"https://github.com/dataiku/dss-plugin-salesforce","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/dataiku/dss-plugin-salesforce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataiku%2Fdss-plugin-salesforce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataiku%2Fdss-plugin-salesforce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataiku%2Fdss-plugin-salesforce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataiku%2Fdss-plugin-salesforce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataiku","download_url":"https://codeload.github.com/dataiku/dss-plugin-salesforce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataiku%2Fdss-plugin-salesforce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31392729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T08:20:45.269Z","updated_at":"2026-04-04T08:20:45.860Z","avatar_url":"https://github.com/dataiku.png","language":"Python","readme":"# Salesforce Plugin\n\nThis Dataiku DSS plugin lets you read and write data from / to from your [Salesforce](https://www.salesforce.com) account.\n\nDocumentation: https://www.dataiku.com/product/plugins/salesforce/\n\n### Changelog\n\n**Version 2.2.0 (2026-01-09)**\n\n- Adding Read timeout parameter with default value set to 120 instead of 30\n- Adding Write timeout parameter with default value set to 10 like before\n- Updates meta category and tags\n\n**Version 2.1.1 (2025-11-13)**\n\n- Adding load sample query function\n\n**Version 2.1.0 (2025-05-07)**\n\n- Adding agent tools for contact creation and account lookup\n\n**Version 2.0.0 (2024-10-21)**\n\n* New: Using SalesForce v61.0 API\n\n**Version 1.2.1 (2020-12-03)**\n\n* Fixed: Allow empty security token\n\n**Version 1.2.0 (2020-07-21)**\n\n* New: Recipe for writing or updating a Salesforce object\n* New: Support two new authentication methods: Username-Password via plugin presets and SSO (OAuth2) with per-user credentials mode\n* Fixed: Python 3 comptability\n\nIf you upgrade from 1.1.0, the plugin will continue to work. However, at the first edit of the settings of a dataset, you will need to set \"Authentication method =  JSON token (legacy)\".\n\n**Version 1.1.0 (2017-12-01)**\n\n* Fixed: the number of rows returned by the plugin is now enforced (that fixes an issue with DSS 4.1.0)\n* New: Report dataset (beta)\n\n**Version 1.0.0 (2017-06-12)**\n\n* Enhanced: the SOQL query field is now multi-line\n* More consistency in the naming of the python-connectors\n\n**Version 0.1.1 \"beta 2\" (2017-04-18)**\n\n* Fixed: Schema of the output of datasets\n* Enhanced: DSS shows an error when not able to refresh the JSON token (recipe)\n\n**Version 0.1.0 \"beta 1\" (2017-04-03)**\n\n* New: Recipe to refresh the token\n* New: The token can be stored in a file. This way, it can be shared by all datasets.\n* New: Dataset to get records of an Object\n* Enhanced: Clean null values when output format is 'Readable with columns'\n\n**Version 0.0.2 \"alpha 2\" (2017-02-28)**\n\n* New dataset available: `List View records` and `SOQL query`\n* Improved documentation\n\n**Version 0.0.1 \"alpha 1\" (2017-02-17)**\n\n* Initial release\n* Two datasets available: `List objects` and `SOQL query`\n\n\n## Roadmap\n\n* Debugging! Please submit feedbacks.\n* Report: support of other formats (summary and matrix reports) and asynchronous calls\n\n### Licence\n\nCopyright 2020-2021 Dataiku SAS\n\nThis plugin is distributed under the Apache License version 2.0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataiku%2Fdss-plugin-salesforce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataiku%2Fdss-plugin-salesforce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataiku%2Fdss-plugin-salesforce/lists"}