datapusher-plus icon indicating copy to clipboard operation
datapusher-plus copied to clipboard

A standalone web service that pushes data into the CKAN Datastore fast & reliably. It pushes real good!

Results 46 datapusher-plus issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Database migration runs successfully but they do not create the required columns. Running `datapusher-plus` will raise an error: `column "job_key" of relation "jobs" does not exist` **To...

**Describe the bug** We don't store the zone information in the log. So if we store a localized time, it will be displayed incorrectly. **To Reproduce** Any timestamps in the...

**Describe the bug** Installing `datapusher-plus=1.0.1` installs `SQLAlchemy-1.3.24` and `Flask-Login 0.6.1` which both are incompatible with core CKAN. Trying to run CKAN after installing `datapusher-plus` will raise an error: ``` ImportError:...

**Describe the bug** Auto index generation on cardinality is backwards. https://github.com/dathere/datapusher-plus/blob/master/datapusher/jobs.py#L1728 ``` # if a column's cardinality

Hi Team. First of all thanks for the job with this tool. I'm using the branch `dev-v1.0` and I'm having DB troubles. I realize that you have made changes to...

In the README, I believe there are several typos that may cause confusion for the installation. In the Development Installation there, item #7 currently reads: ``` cd /usr/lib/ckan/dpplus_env/src/datapusher-plus/datapusher cp dot-env.template...