Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1858 - 1860 of 2152)

Ticket Resolution Summary Owner Reporter
#1609 fixed Celery task for ckanext-archiver to write to webstore. ross ross

Reported by ross, 2 years ago.

Description

From super Storage changes - #1574 - and http://ckan.okfnpad.org/newstorage we determined that ckanext-archiver should have a celery task for grabbing local file uploads and writing to webstore

Analysis

When I upload a file to CKAN:

  • End up with file in permanent storage
  • IF file is ot type ... csv,xls,xlsx,sqlite,.sql
    • End up with new db in webstore
      • Where? {username}/{resource-id}/...
        • If a single table: name it after the file name (appropriately slugified)
      • A resource *always* corresponds to a 'database' in webstore ...
      • In Data Explorer have "Sheets" tab ...
  • Resource url = /dataset/{x}/resource/{y}/link -> cached_url ...
#1809 fixed Catch request exceptions in archiver link_checker task johnglover johnglover

Reported by johnglover, 2 years ago.

Description

Some request exceptions are currently not being caught (see the celery log on thedatahub for examples)

#1616 fixed Catch exceptions when rebuilding the search index amercader amercader

Reported by amercader, 2 years ago.

Description

Right now if an exception is found while reindexing, the whole process stops and the remaining datasets are left out of the index. The process should continue after logging the exception. If more than a certain number of exceptions occur in a row, the process should stop.

Note: See TracQuery for help on using queries.