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
charts Daily average of the previous dayIf anyone knows a good way to do this, please let me know.I would like to see the previous day's 24-hour values by averaging the data over the day with a mean of 0 days 24:00:00 (resampling to granularity), but due to the UTC+9:00 specification, the previous day's processing does not occur until 9:00 AM in japan.I would like to see the previous day's nightly processing volume average at 8:00 AM.The only way I can think of is to use the “shift time series” to force it forward, i would be appriciated if anyone have a better idea..
I would like to know the benefitS of implementing UNS architecture in CDF. A detailed guide would be excellent to show how to implement it in the oil and gas refinery with all the prerequisites and third-party platforms along with that.
Hii Team,I'm looking solution for below problem.Currently we have build our custom model using core data model. we have timeseries available in cdf.timeseries resource. Now i want to provide timeseries reference in below view using transformation. Can anyone suggest how timeseries concept is worked in core data model using transformation. type TimeseriesProperty implements Property & CogniteTimeSeries & CogniteDescribable & CogniteSourceable @view(version: "2_1") { name: String source: CogniteSourceSystem entity: Entity sourceId: String sourceContext: String sourceCreatedTime: Timestamp sourceUpdatedTime: Timestamp sourceCreatedUser: String sourceUpdatedUser: String isStep: Boolean! type: CogniteTimeSeries_type sourceUnit: String unit: CogniteUnit assets: [CogniteAsset] equipment: [CogniteEquipment] activities: [CogniteActivity] acquisitionPeriodTimeZone: String isAggregated: Boolean! isAggregatedAtSource: Boolean aggregationMethod: String isString: Bo
I have set up the Cognite Pi Extractor on a virtual machine and am running into errors in the log: Fatal error in request of type "CreateTimeSeries": Unauthorized. Unauthorized RequestId: , CDF Message: UnauthorizedI have checked that the client_id and client_secret being used in the config.yml have the ‘time_series: write’ capability for this project. Additionally, I have confirmed that the client_id and client_secret can be used with the python sdk to create timeseries in the project I am working with.Any ideas where I am going wrong?
I’ve had the OPC-UA extractor running for a couple of months with no issues. On Feb 19 it stopped pushing data to Cognite properly. According to Charts, it started pushing again on March 6. As I write this it is March 3rd. The data goes out thru June 2025,The host machine w/extractor has been restarted.The OS date/time looks correct. The log file has the correct date/time. I’d appreciate some advice.
How is Agentic AI used in Cognite. Are there any use cases where Agentic AL is being used in the oil and gas industry?
Hi,we have quite a number of timeseries which have externalIds with spaces. Unfortunately this throws off the search algorithm of the data explorer (and also in charts when adding new data). Disallowing fuzzy search (which should not be necessary since we *know* the externalid we are looking for) yields no results. Why allowing fuzzy search for the name will give back almost all timeseries not even remotely related to the timeseries we are looking for. I tried placing quotes around the externalId without any success. Is there any way to protect the spaces in the name or to get the search to match externalIds including the spaces?
Can we use azure document intelligence in CDF documents and if I have CDF access then do azure services are free or not as AAD is assigned while creating account?
Hello team, We have tried to query Entity view which has a property properties of type view Property which is a reverse direct relation.We are using the query endpoint and the instances.query() sdk method to do so.We want the details of properties to come in the select object of Entity. Providing the query below:{ "with": { "0": { "limit": 50, "nodes": { "filter": { "and": [ { "matchAll": {} }, { "hasData": [ { "type": "view", "space": "slb-pdm-dm-governed", "externalId": "Entity", "version": "1_7" } ] }, { "or": [ { "equals": { "property": [
Can Unified namespace architecture be implemented in Cognite Data Fusion
Hi, I need to add the capability for read/write Timeseries Subscriptions. We are using CI/CD via the Cognite Toolkit. There is no documentation of the different capabilities for this, so I am unsure which Acl to use. I have tried “timeseriesSubscriptionsAcl” and it did not work. What is the correct Acl for Timeseries Subscriptions? Where can I find this documentation? If documentation for this does not exist, can it be created?
Hi Team,I wanted to know if it is possible to integrate Spotfire with Cognite Data Fusion.
Lets say I have a view called ViewA, which implements CogniteSchedulable.As we know, CogniteSchedulable has the following properties: Now, according to my requirement, I need to put a default value to the startTime and I also want to make endTime non-nullable. How do I override these settings? Since I am not managing the container definition for these containers, where do I make the changes?Any examples would be appreciated.
I was checking if i can use the query endpoint (https://api-docs.cognite.com/20230101/tag/Instances/operation/queryContent/) to query data in view using filters on a native timeseries property of that view. in both query explorer as well as data management i observed as such there was no filters supported for native timeseries type property hence wanted to confirm
Is it possible to trigger an email for a set of dynamically provided email IDs from a Cognite function? Since I don’t have a static list, I can’t integrate the Cognite function with the Extraction pipeline to use its notifications. I couldn’t find any documentation on this.If not, can we integrate a third-party library for sending emails inside a Cognite function?
Hi Hub, The recent weeks we have noticed an inconsistent authentication error with our deployed Cognite Functions. Seemingly, with no apparent reason, a function call fails with a https authentication error when trying to log into microsoft (see call log below). requests.exceptions.ConnectionError: HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url: /3b7e4170-8348-4aa4-bfae-06a3e1867469/oauth2/v2.0/token (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f8dee0070d0>: Failed to resolve 'login.microsoftonline.com' ([Errno -3] Temporary failure in name resolution)"))The error is attributed to our first client call in our code, for events in client.events()where we loop over chunks of events. Have anyone experienced something similar, and know the cause of the error? Thanks in advance.,Vetle.
Just wondering how I can access the File Annotations using the SQL statement (transformation) alike the Cognite Python SDK method: client.annotations.list(annotation_filter, limit=-1).
When we deploy Data Model using GraphQL then we can put some comments like documentation giving relevant info. This is helpful for people who look into Data Model’s graphql in web application. However, when we deploy using toolkit via yaml files the generated Data Model’s GraphQL do not have comments. Though we can add comment by editing in UI but that has to be done manually. Is there any way to have documentation in generated Data Model’s GraphQL when we deploy yaml files using toolkit?
I usesthe scripts below with replacing the my_sdk with my generated sdk, which was generated by Pygen, and show me this error “ my client object has no attribute 'config' ”. My scipts are my_sdk.config import global_config; global_config.validate_retrieve = Falseand my_sdk.config.global_config.validate_retrieve = FalseAny guidance?
I am trying to deploy data model using CDF toolkit in my azure devops pipeline. So I checked the following page: https://docs.cognite.com/cdf/deploy/cdf_toolkit/guides/cicd/ado_setup However, I see this message in top which says that its still in alpha stage. We need this deployment to be done in our prod environments so what is current recommended approach. Also let me know when this feature is expected to be available.
I was trying to use cognite hosted extractor api for creating kafka connection using scram512 authentication type, but it seems to be failing to connect with below error Could not connect to broker(s): Kafka error, Could not connect to broker: Connection error: all retries failed: Retry exceeded deadline. Source: Sasl handshake failed: API error: UnsupportedSaslMechanism
Hello Team,I looking for supported list of data type which we can insert in raw table.
Hi,The user is listed as UNKNOWN when the annotation is done manually from “Data explorer”. This is problematic as we need to be able to track who made the changes.Here is an annotation I added manually:And this is what I see from the API. I am able to identify the creating_app which is data explorer, but I need to know the user as well or at least some way to track which credentials made the change. UNKNOWN is not good enough.I’ve also notices that for our automated annotations this field does not work as expected. These are all made by the same user/credentials, but for some reason the are all different and it looks like the “creating_user” field is mapped to the “job_id” you get when sending a request to the API rather than the user that made the request. I don’t know about others, but we at least need to be able to track which users/credentials created the annotations, which batch job uploaded the annotation is not relevant to us at all.job.7445037198441218job.5162020989972303job.5
I created a small configuration using “cdf modules init for the cdf_process_industry_extension_full” data model and tried to deploy. No changes to the configuration at this point have been made. I do intend to extend the data model.Deploying results with the following error:Deploying 1 spaces to CDF...Deploying 36 containers to CDF...Deploying 36 views to CDF...WARNING [LOW]: Resource(s) already exist(s), skipping creation. ← Note they shouldn’t aready exist???Deploying 1 data models to CDF... ERROR (ResourceCreationError): Failed to create resource(s). Error: One or more views do not exist: 'Gemini_sp_enterprise_process_industry_full:WorleySB360ImageAnnotation/v1','Gemini_sp_enterprise_process_industry_full:WorleySBAnnotation/v1', ← All three related to Annotation??'Gemini_sp_enterprise_process_industry_full:WorleySBDiagramAnnotation/v1'. | code: 400 | X-Request-ID: 536ccf9d-05cb-932c-b032-2fc57fd77a4f | cluster: az-eastus-1The API Failed to process some items.Successful (2xx):
I'm trying to run the Cognite DB Extractor via CMD window (as administrator, as local user...) but I get always this error (see log):requests.exceptions.SSLError: HTTPSConnectionPool(host='datamosaix-prod.us.auth0.com', port=443): Max retries exceeded with url: /oauth/token (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')))[1288] Failed to execute script '__main__' due to unhandled exception!I think this is because a proxy server is being used to access the internet from this VM. However, I'm using the same VM as the PI extractor and that is running fine (I had to do some settings in the PiExtractor.exe.config file in the bin folder of PI extractor as documented)I have set the following windows environment variables (This worked on the OPC UA extractor VM):HTTP_PROXYHTTPS_PROXYALL_PROXYI have installed root CA certificate of Proxy (ZSCALER) for local user account, for comp