Join the discussions about products powered by Cognite Data Fusion. Click the + CREATE TOPIC button in the menu bar to start the conversation.
Recently active
Instead of storing String data as timeseries, we would like to store data in Staging and then transform to Events with addition metadata.Can the existing OPCUA extractor support that?
Sideways scrolling is really cumbersome, why have you made the UI significantly worse?
Hi,I want to set up monitoring of timeseries wrt reservoir levels. Yesterday I also set up a dummy monitoring, simply to test the functionality. I set the monitoring to alert when timeseries is over 1462.88 meters, which was crossed yesterday evening, but no alarms were triggered.Please see screenshot of my setup below, does this seem right? BR,Jørgen Aarstad
Interested in understanding cognite product line, how it is used with industrial automation and IoT system, Very much interested in how GenAI has been integrated.
This is sample codehow can i give custom input to this python code # Note that the docstring is how the agent knows how to call the function. It follows the Google Python Style Guide:# https://google.github.io/styleguide/pyguide.html#383-functions-and-methods from cognite.client import CogniteClientfrom cognite.client.data_classes.data_modeling import NodeIdfrom cognite.client.data_classes.data_modeling.cdm.v1 import CogniteTimeSeries client = CogniteClient() # Retrieve latest data point by time series node iddef handle(time_series_id: NodeId): """ Retrieves the latest data point for a given time series. Args: time_series_id: The node id of the time series to retrieve the latest data point for. Returns: The latest data point for the given time series. """ datapoint = client.time_series.data.retrieve_latest(instance_id=time_series_id) # Only json serializable data is supported, so we convert the created_data to a dict with .dump(). return d
Hi Team, We are planning to create Business Continuity and Disaster Recovery document for CDF in our environment and using https://docs.cognite.com/cdf/trust/security/reliability_intro/ But, we are missing some information regarding the RTO and RPO for different scenarios,Full cluster restore CDF project restoreCould you please help us on this.ThanksAbhra
Hi,In our CDF project, how can we use GraphQL and how we can connect to project in our react appCould you please guide me?Thanks!
The Ghost mode in the red box doesn’t effect
Weird formatting of labels in Extraction Pipelines web app interface. Flowing beyond it’s container making it not fit on the page.
The data grid object has some issues when changing the grid like removing a row or adding a column etc. The attached video shows the behavior. A browser refresh clears up the “jitter” but changes do not take effect.
Hello,I lost the account in the authenticator app while not changing phones. How do I get this back?Thank you in advance,Regards.
Hi, I am on Data Scientist Learn training. I´m getting the 404 Not Found error whenever I try to make a GET request for publicdata project. That´s the URL I´m trying to use{{baseurl}}/api/v1/projects/{{project}}/assets I also replaced {{project}} with ‘publicdata’ with same result.
Hi,I use “Relationship labels” to contextualize related timeseries, events, sequences from other CDF datasets.In the example below you can see the asset called “A-03” which has 157 related timeseries. However, only approx. 30 out 157 labels belong to the asset “A-03”, the rest 127 labels belong to the children (L1, L2, L3 ...). I don’t want the children’s labels to belong to the parent asset (A-03), I want the parrent asset (A-03) only having its own 30 “Relationshop labels”.is it possible to do?
Working with file extractor for sharepoint files givers you and option to set recursive mode on/off which does not recurse over subfolders (when set to false) according to your needs.But when i set that option for simple files, it does not works, also the documentation does not mention the keyword recurvisive for files.It wpuld be great the file extractor also has the recursive keyword so you dont need to have specific filders for files to upload. thank you sw
Hi Cognite team,I understand that Atlas AI is not available in the PublicData project and is primarily for enterprise tenants.I’d like to explore whether there is any possibility of getting sandbox access, a developer trial, or demo environment where I can experiment with Atlas AI using example data.Could you please let me know if there are options for developers or small teams to try Atlas AI in a non-enterprise context?Thanks a lot!
The external id of some time series contains special characters. Should they contain special characters, no, but that is not the issue here. As long as CDF allows special characters in their ID’s it should also have support for them in the rest of the system. When you press the copy button in Fusion you don’t get the special characters, and without those characters the ID is invalid and cannot be used. Hence the copy button does not actually copy the external ID, it alters it and that is an issue.# The actual external IDLIMS_Skarv_Analysis 9-ion analysis_SP 44-AP-0027 - DS - 2. STG\xa0SEP_Param Sulphate, SO42-_Unit mg/l# Copied from Fusion UILIMS_Skarv_Analysis 9-ion analysis_SP 44-AP-0027 - DS - 2. STG SEP_Param Sulphate, SO42-_Unit mg/lThe fact that the external ids contain these characters to begin with is a different issue we are looking into.
“I’m using cognite/opcua-extractor-net as container.Is there a docker image version for linux/arm64 platform available ? (not present on docker hub)”
Hello,I am using OPC UA extractor to bring in sensor data in my cdf project. I want to limit the number of tags I am bring in from the source. I observed that in the PI extractor there is capability to include or exclude tags. Is there a similar filtering capability in OPC UA Extractor?
If I want to establish a relationship between a specific data model (not the core or enterprise model) and assets like a "function location," Do I necessarily need to bring all the views from the core or enterprise models into your domain data model?The goal is not to extend the core model but to create a reference from my domain data model to the asset, possibly using node_reference.For instance, if I have an inventory and want to relate materials to a local storage (which is represented as an asset in the enterprise data model), could I define a property in my domain model that references the enterprise asset.Example:graphqltype StorageLocation { location: String plant: CogniteAsset # Reference to the asset in the enterprise model } In this case, I am just creating a link between my domain model and the asset without needing to extend the enterprise model or bring its full view into my domain model , works?
Hi all,I am building a solution model on top of a domain model we already have in place for a project.The domain model contains all the instances we have in the project, but this consumer is only interested in a subset and would like some filters in place to ensure that they are only getting the subset of interest. One of the requirements is that a certain property is according to their project standards and has a minimum length for a property. I see that there is a Range filter to check if a numeric property’s value is within a specified range, but is there any way I can add functionality to get the values length for this property?
I’m using n8n AI agent builder to query CDF via an http request. The body of the request is:The request URL is https://westeurope-1.cognitedata.com/api/v1/projects/essc-sandbox-44/events{ "filter": { "startTime": { "min": 1751070336000, "max": 1751588736000 }, "dataSetIds": [7726848970162689] }, "limit": 1000}CDF seems to recognize the datasetid filter but not other filters like starttime as shown or others like Types. The result set returned is all events in that datasetid.I’ve also tried minstarttime and maxstarttime.ideas?
Hi All,We are encountering an issue after uploading E57 point cloud files into Cognite Data Fusion (CDF). The rendering quality of the images is quite poor, and we're unsure if we're making a mistake during the upload process.Has anyone else experienced similar issues? If so, do you have any solutions or recommendations to improve the image quality for point cloud in CDF?Please feel free to share your insights and suggestions.Thank you!
hello guys, I wonder how do you populate data model directly from the dataset? so i have ingested all my timeseries data into my dataset and then i want to run transformations using this dataset as a source but how do i get the actual values from the data points and can you filter just to extract certain timeseries data? this is the query i am running at the moment: select cast(`externalId` as STRING) as externalId, cast(`name` as STRING) as name, cast(`description` as STRING) as descriptionfrom `_cdf`.`timeseries`; what i want really is to import all my timeseries data from my dataset into my data model and then continue building.
I have a question about contextualization.In my setup, I have a functional location with a machine, and under the machine, there's a sub-station. When I contextualize a document related to the sub-station, why isn't it directly linked to the machine level and the functional location? I understand that I manually contextualize it to the specific station, but since the station is part of the machine and the functional location, it should appear there too.I think there's a missing link in my data modeling between the functional location, machine, and sub-station. What methods can I use to ensure that when I contextualize a document, it shows up at all levels of the hierarchy linked to that machine?
Does it make the data available for optimal maintenance scheduling, or does it automatically generate maintenance plans based on that data? Does it predict failures?