Issues
- Support a backend API to get count of pipelines per namespaceCDAP-21161Avinash Achar
- CDAP UI pipeline details page making list apps call without paginationCDAP-21160Ganesh Sahoo
- Add a unique value in file system path for spark.yarn.archive propertyCDAP-21159Avinash Achar
- Add from_plugin tag in error classification metricCDAP-21158Resolved issue: CDAP-21158Ankit Jain
- Added support to enable k8s startupProbe for CDAP servicesCDAP-21157Resolved issue: CDAP-21157Vaibhav Sethi
- Add support for startupProbe in RouterCDAP-21156Vaibhav Sethi
- Trim name of statefulset objects to 52 characters in cdap-operatorCDAP-21155Resolved issue: CDAP-21155Vaibhav Sethi
- Pipeline run fails intermittently with SocketTimeoutException when dispatching program to SystemWorkerCDAP-21154Ankit Jain
- Run StorageMain for appfabric deployment pod as initContainerCDAP-21153Resolved issue: CDAP-21153Vaibhav Sethi
- Either run storage init once during upgrade or enable for more deploymentsCDAP-21152Vaibhav Sethi
- Fix credentialencodingstrategy NPE issue for existing auth providerCDAP-21151Resolved issue: CDAP-21151Adrika Gupta
- Pipeline execution call failing post upgrade from 6.10.1 to 6.12.0-SNAPSHOTCDAP-21150Resolved issue: CDAP-21150Vaibhav Sethi
- Pipeline upgrade not working as expected in 6.11CDAP-21149Resolved issue: CDAP-21149Avinash Achar
- Restrict pipeline json size to 2 MB until spanner supports chunkingCDAP-21148Resolved issue: CDAP-21148Ganesh Sahoo
- Make list apps paginated in pre-upgrade and post-upgrade jobCDAP-21147Resolved issue: CDAP-21147Adrika Gupta
- Support chunking in spanner storage implementation to handle limit issue for large pipelinesCDAP-21146Sidhdi Renge
- Lineage call Scans run_records table which is extremely slow.CDAP-21145Avinash Achar
- Spanner Storage implementation should handle limit issue for large pipelines using compressionCDAP-21144Resolved issue: CDAP-21144Sidhdi Renge
- Add namespace tags to count metricsCDAP-21143Avinash Achar
- Rewrite the DAG Editor using reactflowCDAP-21142Ganesh Sahoo
- Metadata service not able to update the workflow token of successful run if not available for sometime after completionCDAP-21141Resolved issue: CDAP-21141Ankit Jain
- Fix retries of transaction in OperationNotificationSubscriberService.startUp()CDAP-21140Resolved issue: CDAP-21140Vaibhav Sethi
- Next token for paginated calls gets generated as null in Pre Upgrade jobCDAP-21139Resolved issue: CDAP-21139Shweta
- Log Entry size exceeds maximum allowed results in pipeline failureCDAP-21138Priyanshu Bhardwaj
- Implement FailureDetailsProvider for InvalidMacroExceptionCDAP-21137Resolved issue: CDAP-21137Ankit Jain
- Metrics Reporter Hook considers ever request to be for system namespace by defaultCDAP-21136Resolved issue: CDAP-21136Aakash Nayak
- Cloud Data Fusion pre-upgrade job can cause OOM when there are lot of deployed pipelinesCDAP-21135Resolved issue: CDAP-21135Adrika Gupta
- Check feasibility of moving OperationsDashboardHttpHandler to Appfabric ServerCDAP-21134Vaibhav Sethi
- Make Dataproc 2.2 default in 6.11CDAP-21133Sanket Sahu
- Handle unknown fields returned by providers in OAuth HandlerCDAP-21132Resolved issue: CDAP-21132vikas.rathee
- Delay in spanner table creation should not crash stateless podsCDAP-21131Resolved issue: CDAP-21131Sidhdi Renge
- Use pagination for getAllApps() everywhere in CDAP UICDAP-21130Ganesh Sahoo
- Add query param in list apps call which enables default paginationCDAP-21129Resolved issue: CDAP-21129Adrika Gupta
- Add rule based error classification supportCDAP-21128Resolved issue: CDAP-21128Ankit Jain
- Restrict Re-Deployment of Replication PipelineCDAP-21127
- Review access enforcement in ProgramUtil.getExistingAppProgramStatus()CDAP-21126
- Plugin errors show duplicate in Error Management UICDAP-21125Resolved issue: CDAP-21125Ankit Jain
- SpannerMessagingService should handle SpannerException elegantlyCDAP-21124Sidhdi Renge
- Add error classification for starting errorsCDAP-21123Resolved issue: CDAP-21123Ankit Jain
- Multiple instances of pipeline getting triggered on scheduleCDAP-21122Resolved issue: CDAP-21122Vaibhav Sethi
- Ensure request is authorized before sending a response codeCDAP-21121Avinash Achar
- Fix flaky test - io.cdap.cdap.datapipeline.preview.PreviewDataPipelineTestCDAP-21120Anshuman Singh
- Add metrics for error classification responseCDAP-21119Resolved issue: CDAP-21119Ankit Jain
- Preview not working for in internal auth enabled enterprise 6.11.0 instancesCDAP-21118Resolved issue: CDAP-21118Sidhdi Renge
- DPAL - ConnectionHandler logs not visible in Logs ExplorerCDAP-21117Resolved issue: CDAP-21117Sanket Sahu
- Add USER_AGENT support to OAuth HandlerCDAP-21116Resolved issue: CDAP-21116Ankit Jain
- Add BASIC AUTH option to OAuthHandlerCDAP-21115Resolved issue: CDAP-21115Ankit Jain
- Disable messaging service pod for new cdap instances with Cloud Spanner enabledCDAP-21114Resolved issue: CDAP-21114Sidhdi Renge
- SSL Verification Disabled for GoogleCloudLogPublisherCDAP-21113
- Move HTTP handler from Appfabric processor to server after fixing ProgramRuntimeService and RunRecordMonitorServiceCDAP-21112Resolved issue: CDAP-21112Vaibhav Sethi
50 of
Support a backend API to get count of pipelines per namespace
Description
Release Notes
None
Attachments
1
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Avinash AcharAvinash AcharReporter
Ankit JainAnkit JainLabels
Triaged
YesSize
SComponents
Fix versions
Priority
Major
Details
Details
Assignee
Avinash Achar
Avinash AcharReporter
Ankit Jain
Ankit JainLabels
Triaged
Yes
Size
S
Components
Fix versions
Priority
Created March 27, 2025 at 5:50 AM
Updated March 27, 2025 at 5:50 AM
Activity
Show:
This is required to show count of pipelines in system admin:
This can be done using a query from DB added in this PR: