Issues
- GCS source column name validation in UI is incorrectPLUGIN-1241Prerna Bellara
- Multi Database Tables batch source markdown has broken link to Oracle docsPLUGIN-1092Amit Virmani
- Salesforce Multi Objects Batch Source v1.3.12 markdown doc is missing info for SOQL Operation Type propertyPLUGIN-1091Amit Virmani
- Generic Database batch source and sink markdown needs to be updatedPLUGIN-1086Amit Virmani
- Unable to run python3 pandas on CDAP Sandbox installed by dockerPLUGIN-441
- S3 source needs a way to read from V4-only regionsPLUGIN-337Bhooshan Mogal
- Error messages from plugins should have the plugin name, version and scopePLUGIN-334Sreevatsan Raman
- Update BigQuery TruncateTable to only display on operation InsertPLUGIN-328Ajdin Idrizi
- Decompress action should log what it uncompressesPLUGIN-323Bhooshan Mogal
- S3 source should use key/value type for File System PropertiesPLUGIN-313Bhooshan Mogal
- Pipeline fails at runtime when external sink has the same name as native sinkPLUGIN-249Bhooshan Mogal
- Getschema for DB plugins should honor the column case configurationPLUGIN-248Priyanka Nambiar
- For databases with case-sensitive table names, get schema fails if import query has $CONDITIONSPLUGIN-233Ardian Saidi
- Path suffix is not optional configuration for File sinksPLUGIN-227Ajai Narayan
- Decompress action should trim and URL-encode input and output pathPLUGIN-177Trishka Fernandes
- Wrangler: Wrong error message when I parse a json file and import schemaCDAP-19363Resolved issue: CDAP-19363Sebastian Echegaray
- Replication: Improve error message/user experience when you enter incorrect user name or passwordCDAP-19130Amit Virmani
- Replication UI: validate/assess the source db configuration in the “Configure source” tabCDAP-18874Prerna Bellara
- HTTP support OAuthCDAP-18863Prerna Bellara
- Setting runtime argumments through javascript/python pluginsCDAP-18690Prerna Bellara
- Be able to sort pipelines by "Last start time"CDAP-18679Prerna Bellara
- Action propagate schema doesn't workCDAP-18678Prerna Bellara
- HTTP based argsetter should fail pipeline on non 200 response codeCDAP-18014Resolved issue: CDAP-18014Nancy Liu
- Re-order columns using Wrangler UICDAP-17632Albert Shau
- Hierarchy WidgetCDAP-17325Resolved issue: CDAP-17325Bajram Bojku
- Window Aggregate widgetCDAP-17324Resolved issue: CDAP-17324Nick Briggs
- Error handling improvement for building pluginsCDAP-17092Yaojie Feng
- Deletion of compute profile is not intitutiveCDAP-16985Bhooshan Mogal
- Capture and show error response from Dataproc long running operationCDAP-16841Resolved issue: CDAP-16841Terence Yim
- CDAP CLI takes in URL instead of host:port urlCDAP-16836Resolved issue: CDAP-16836Greeshma Swaminathan
- Add support for Upgrade for one/batch applications using REST APICDAP-16835Resolved issue: CDAP-16835Jay Pandya
- Allow saving pipeline Preview parametersCDAP-16777Bhooshan Mogal
- Open Window in Studio closingCDAP-16775Trishka Fernandes
- Log YARN application id in program logsCDAP-16767Terence Yim
- Better Upgrade support of CDAPCDAP-16703Jay Pandya
- Deployed View > Configure takes a long time to saveCDAP-16684Ajai Narayanan
- Wrangler: Parse Simple Date - h:mm AM/PM fails and returns no dataCDAP-16629Amit Virmani
- Wrangler doesn't handle CSV files seamlesslyCDAP-16628Resolved issue: CDAP-16628Sebastian Echegaray
- Runtime arguments in run level information has css brokenCDAP-16515Resolved issue: CDAP-16515Edwin Elia
- Current implementation of DataprocJobMain does not emit logs on GCP consoleCDAP-16455Resolved issue: CDAP-16455Terence Yim
- Operations modal shows loading icon forever when it gets error from backendCDAP-16233Resolved issue: CDAP-16233Ajai Narayanan
- Spark pipeline lacks error message when there are output directory conflictsCDAP-16055Resolved issue: CDAP-16055Terence Yim
- CPU Spike on running standalone for 10+ minutesCDAP-15809Resolved issue: CDAP-15809Wangyuan Zhang
- Confusing experience when a workspace is not foundCDAP-15769Ajai Narayanan
- Empty macros should fail pipeline deploymentCDAP-15768Resolved issue: CDAP-15768Ameya Khandekar
- Error collector shows empty error while trying to fetch schemaCDAP-15650Ajai Narayanan
- BigQuery plugin should not fail if there is no records to be loadedCDAP-15649Resolved issue: CDAP-15649Albert Shau
- system metadata call should be batchedCDAP-15594Yaojie Feng
- Preview should share the extension loader for each preview run.CDAP-15591Resolved issue: CDAP-15591Yaojie Feng
- Only copy artifacts if it does not exist in the tmp folder when deploying appCDAP-15590Resolved issue: CDAP-15590Yaojie Feng
50 of 280
GCS source column name validation in UI is incorrect
Description
Release Notes
None
Attachments
1
Created April 29, 2022 at 11:12 AM
Updated April 29, 2022 at 11:12 AM
Activity
Show:
When we use colon (:) in column name in GCS source plugin, the UI will say that column name is invalid, however if we validate the plugin configuration, it will not throw any errors.
Preview runs with GCS source → GCS sink also succeed with “:” in column name.