Suggest features, upvote favorites, and use the user story format: > As a [role], I want to [action], so that [benefit]. Help us build what you need - post your idea now!
Being able to deploy simple streamlit apps in CDF is very cool, but as a developer I really do not like the workflow of writing code in the CDF editor - or copy code from my development repository into the CDF editor.Similar to Cognite Functions, I want to just make sure the necessary files are there, like requirements and perhaps a standardized entry point.
Hi!When verifying the data in our time series, ensuring that CDF data matches up with source systems, it would be useful for our product owners to be able to quickly visualise the raw time series values in a table format: Raw data points with timestamp and value, and the ability to scroll through the data points.Any chance to get such functionality implemented in the UI?
Washington Works mentioned the importance to update the Assignees of created Checklists. As they could have changes on the Operators Units and Locations, it is necessary to have the flexibility to change the Assignees on the Templates and update automatically on the Checklists. I've ran some tests myself and InField doesn't update, requiring accessing the Template itself, adding the new assignee manually and creating a new Checklist every time that something change on the assignees. It is worth mentioning that Washington has a big number of recurrent Checklists, and they need to have the minimum maintenance on the Templates(It will be more than 600).
Is there any way to use the Azure Identity library to authenticate with the CDF python SDK? E.g. DefaultAzureCredential. That would enable users logged in with Azure CLI to re-use the login when authenticating to CDF, as well as applications using OIDC managed identities with no application secrets (e.g. AKS workload identities or GitHub Actions) to seamlessly login using the same code. Something like this would be great: from azure.identity import DefaultAzureCredentialfrom cognite.client import CogniteClient, ClientConfigcredential = DefaultAzureCredential()client_config = ClientConfig( credentials=credential, # Does not work today project=COGNITE_PROJECT, base_url=f"https://{CDF_CLUSTER}.cognitedata.com", client_name=CLIENT_NAME,)cdf_client = CogniteClient(client_config)
I finally got the SAP Extractor working to extract data from S/4HANA using the OData APIs. The extractor is easy to configure as you can simply provide the Service Root and Resource URI in the config file. The program maps the extracted data with the OData schema to create the Raw table. It even supports the incremental extracts. However, I found that we cannot provide the filter parameters in the config file, and it is a huge barrier to adoption. In most cases. we want to limit the data for a set of Maintenance Plants. So, it would be great enhancement for the SAP Extractors to provide the ability to specify filter parameters while using the OData connectivity.
As a user, I seek the capability to effortlessly select multiple rows within a table. This functionality is crucial, especially when dealing with a sizable number of rows that require editing. The current process of individually clicking each row becomes cumbersome, and having the ability to select multiple rows at once would significantly enhance the efficiency of the editing task
As a user, I want the option to search for attributes when selecting elements for inclusion in plan analysis. This feature would save me time and effort, eliminating the need to manually scroll through a list of attributes. The ability to search for specific attributes would enhance the efficiency of the selection process, ensuring a more seamless and user-friendly experience
As a functional planner, I need the ability to effortlessly schedule a sequence of activities in the Gantt chart or table, based on a predefined order. This functionality is essential to streamline the process, eliminating the manual effort required to space out activities individually. By providing a more efficient method for arranging activities, I can enhance my productivity and avoid the cumbersome task of manual scheduling
When searching for assets on the Observations and Templates creation, the Asset field only returns to the user 10 results. There some sites that have more than 2000 assets on the list and it will be impossible to operators to find the correct asset when the search only returns 10.It will be good to have a load more option or a paginated result so the users will be able to find faster the asset.
Hello team, Today if user wants to attach meta data while uploading the file using CDF UI interface it is not possible. There is only option to attach data set id, No option to attach meta data. Today it can only be done by using CDF file API offline. We need an option to attach meta data to file upload using CDF UI.
In our testing we have found that we have the need to delete large amounts of data quickly. The standard method of deleting data is a soft style delete which can leaved large amounts of data still around which as we understand would have to be filtered out of any queries that are run against the data.. We would like functionality similar to a truncate function to be implemented to quickly remove data from the instance. We understand this would be unrecoverable, but that is fine for what we are needing to do.
It would be useful to our SMEs/Data owners/Data stewards to be able to manually update/write datapoints in a time series via the Fusion UI.For instance:Manually type in time stamps and values Manually draw a trajectory over a gap in time series data, with a fixed sampling interval Manually adjust the parameters for a gap-filling / interpolation function (e.g. fitting a polynomial/spline to both sides of a data gap), with a GUI preview. We have certain data for which it is difficult to define global “gap-filling” rules, especially for long gaps, but where a human eye can easily spot and correct data.
On behalf of Celanese InField super users:As a user, I would like the ability to view Charts within InField. Currently, InField allows me to view trends that are linked to an asset. I would like to see this functionality expand to Charts trends & calculations that are linked to an asset via time series. The only way to view created Charts is through the desktop interface and requires users to walk back to their computers. Having the ability to access Charts via mobile devices in InField would help with troubleshooting out in the field.
Feedback from one of the learning facilitators (template creator) is that the dialog box that pops up after selecting "Mark all remaining tasks as" for a section is unnecessary. They said they would like to get rid of it because even if they mark all the tasks as something on accident, they could still undo this one by one.If anything, the option dropdown in InField 2.0 should have "To-Do" as an option in case the checklist user wants to reset the status.
I’m creating this feature request on behalf of @Smitakshi Sen In CDF Data Explorer, on the events resource types, after filtering on a particular Event Type, the sub-types shown on the subtype dropdown should only show the subtypes applicable for the selected event type and the rest should be hidden.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.